Live video on the AT Protocol
1version: "2"
2linters:
3 settings:
4 staticcheck:
5 checks:
6 - all
7 - -QF1003 # "could use tagged switch"
8 - -ST1003 # "should not use underscores in Go names" - indigo's code gen makes some
9 - -SA5008 # "unknown JSON option" doesn't care for the const stuff
10 disable:
11 - unused
12 exclusions:
13 generated: lax
14 presets:
15 - comments
16 - common-false-positives
17 - legacy
18 - std-error-handling
19formatters:
20 exclusions:
21 generated: lax