mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
10 lines
176 B
Text
10 lines
176 B
Text
# Gradual staticcheck adoption: bug-class checks only (no ST style or U unused).
|
|
checks = [
|
|
"SA4000",
|
|
"SA4006",
|
|
"SA4017",
|
|
"SA6001",
|
|
"SA9004",
|
|
"S1008",
|
|
"S1009",
|
|
]
|