Skip to content

Commit

Permalink
chore: disable goanalysis_metalinter for now
Browse files Browse the repository at this point in the history
Until someone who knows wth this error is coming up can fix it properly
  • Loading branch information
pfeerick authored Jan 28, 2025
1 parent 7f804c7 commit ff207b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
run:
timeout: 5m
debug: true

linters-settings:
gocritic:
Expand Down Expand Up @@ -57,3 +56,5 @@ linters:
- goprintffuncname
- whitespace
- thelper
disabe:
- goanalysis_metalinter

0 comments on commit ff207b9

Please sign in to comment.