Reticulum-Go/staticcheck.conf

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",
]