Skip to content

Commit d462e94

Browse files
committed
Disable SA9003 in our staticcheck.conf
We're not using the master branch of Staticcheck to check itself, so explicitly disable SA9003 until we've released a version with it disabled by default.
1 parent 4ffded3 commit d462e94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

staticcheck.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checks = ["inherit", "-SA9003"]

0 commit comments

Comments
 (0)