diff --git a/internal/staticcheck.conf b/internal/staticcheck.conf new file mode 100644 index 0000000..3b11223 --- /dev/null +++ b/internal/staticcheck.conf @@ -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) +] \ No newline at end of file