Skip to content

Commit

Permalink
Ignore deprecated warnings in staticcheck configuration.
Browse files Browse the repository at this point in the history
 * (A) staticcheck.conf
   - Skip SA1019 which provides deprecated errors, since this repo
     contains only generated code, then there's nothing we can do
     about these.
  • Loading branch information
robshakir committed Dec 13, 2024
1 parent 73a1e76 commit c252069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staticcheck.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
checks = ["inherit", "-SA1019"]

0 comments on commit c252069

Please sign in to comment.