mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
3d433fe9f1
* lint: expand to src/{os,reflect}, fix or suppress what it found
* internal/tools/tools.go: the tools idiom requires a build tag guard to avoid go test complaints
36 lines
827 B
TOML
36 lines
827 B
TOML
ignoreGeneratedHeader = false
|
|
severity = "warning"
|
|
confidence = 0.8
|
|
errorCode = 0
|
|
warningCode = 0
|
|
|
|
# Enable these as we fix them
|
|
[rule.blank-imports]
|
|
Exclude=["src/os/file_other.go"]
|
|
[rule.context-as-argument]
|
|
[rule.context-keys-type]
|
|
[rule.dot-imports]
|
|
Exclude=["**/*_test.go"]
|
|
[rule.error-return]
|
|
[rule.error-strings]
|
|
[rule.error-naming]
|
|
[rule.exported]
|
|
Exclude=["src/reflect/*.go"]
|
|
[rule.increment-decrement]
|
|
[rule.var-naming]
|
|
Exclude=["src/os/*.go"]
|
|
[rule.var-declaration]
|
|
#[rule.package-comments]
|
|
[rule.range]
|
|
[rule.receiver-naming]
|
|
[rule.time-naming]
|
|
[rule.unexported-return]
|
|
#[rule.indent-error-flow]
|
|
[rule.errorf]
|
|
#[rule.empty-block]
|
|
[rule.superfluous-else]
|
|
#[rule.unused-parameter]
|
|
[rule.unreachable-code]
|
|
Exclude=["src/reflect/visiblefields_test.go", "src/reflect/all_test.go"]
|
|
#[rule.redefines-builtin-id]
|