Skip to content

Commit

Permalink
disable the go linter that comes with vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed May 3, 2024
1 parent 5c64086 commit 844c182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions staticcheck.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# I'm disabling this Go linter that they forced on everyone who uses VSCode's
# Go support. The lints are annoying, distracting, and largely useless or
# worse. Following the lints sometimes even harms code readability, such as
# suggesting the removal of an important comment.
checks = []

0 comments on commit 844c182

Please sign in to comment.