Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic code reading and upload to IFCP #936

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Disable linting unsupported feature
  • Loading branch information
gordon-klotho committed Mar 6, 2024
commit 1036d8aa6910347744c2aa0ba8c702b70e35d77b
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"