disable intrange

This commit is contained in:
Michael Yang 2024-06-04 11:35:30 -07:00
parent 8ce4032e72
commit ad40b92b6a

View file

@ -12,7 +12,8 @@ linters:
# FIXME: for some reason this errors on windows # FIXME: for some reason this errors on windows
# - gofmt # - gofmt
# - goimports # - goimports
- intrange # TODO: disable for now
# - intrange
- misspell - misspell
- nilerr - nilerr
- nolintlint - nolintlint