Skip to content

Commit

Permalink
Disable linting unsupported feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Mar 6, 2024
1 parent 9df5166 commit 1036d8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ tab-width = 2
[run]
# Don't bother linting test files
skip-files = ["pkg/.*_test.go"]

[[issues.exclude-rules]]
# Temporarily disable linting rangefunc until it's supported
# https://github.com/dominikh/go-tools/issues/1494
linters = ["typecheck"]
text = "cannot range over"

0 comments on commit 1036d8a

Please sign in to comment.