We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The regression is with imports containing capital letters: daixiang0/gci#79
1.4.7
run: timeout: 10m build-tags: - integration linters: disable-all: true # Disable defaults, then enable the ones we want enable: - deadcode - errcheck - gosimple - govet - ineffassign - staticcheck - structcheck - typecheck - unused - varcheck - bodyclose - stylecheck - gosec - goimports - gci linters-settings: goimports: local-prefixes: github.com/ARM-software gci: local-prefixes: github.com/ARM-software
1.18
infinite loop
see daixiang0/gci#79
The text was updated successfully, but these errors were encountered:
Hello, I created a fix daixiang0/gci#81
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Welcome
Description of the problem
The regression is with imports containing capital letters:
daixiang0/gci#79
Version of golangci-lint
1.4.7
Configuration file
Go environment
1.18
Verbose output of running
infinite loop
Code example or link to a public repository
see daixiang0/gci#79
The text was updated successfully, but these errors were encountered: