Skip to content

Commit 462a207

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Refactoring
1 parent 2194839 commit 462a207

3,992 files changed

Lines changed: 557969 additions & 208049 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.golangci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: "2"
2+
run:
3+
build-tags:
4+
- e2e
5+
go: "1.25"
6+
linters:
7+
exclusions:
8+
paths:
9+
- "tools/pkg/3rdparty/.*"
10+
rules:
11+
- linters:
12+
- typecheck
13+
path: "commands_gen\\.go"
14+
# Generated proxy/stub code has ineffectual assignments and unused
15+
# variables from out-param arrays and stub return paths. These are
16+
# codegen limitations tracked as TODOs in interface_gen.go.
17+
- linters:
18+
- ineffassign
19+
- unused
20+
- staticcheck
21+
path: "^(android|com|aaudio|fuzztest|libgui_test_server|parcelables|src)/"
22+
presets:
23+
- comments
24+
- std-error-handling

aaudio/endpoint.go

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aaudio/iaaudioclient.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)