Skip to content

Commit

Permalink
chore: add staticcheck configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Sep 5, 2024
1 parent 0873dae commit 21e2042
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/staticcheck.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
checks = [
"all",
"-ST1005", # We're okay with capitalized errors
"-ST1000", # We're okay with no package comments
"-ST1003", # We're okay with bad package names (we've got too many already)
]

0 comments on commit 21e2042

Please sign in to comment.