-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
silence lll
linter for imports
#3251
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
Comments
Hello, Can you fill in the issue description? thank you. |
@ldez done |
you removed some questions, can you restore them and fill in them? thank you |
@ldez done |
Hello, I'm looking for first issue. Can I take this one? What do you think about lll setting like |
Hello,
I think that the problem must be fixed without an option because it's impossible to reduce an import. |
Ok, thank you. I will try to do this |
Welcome
Description of the problem
Currently the
lll
linter warns for long import lines.This behaviour should be discontinued, since
import
paths cannot really be influenced much by changing code layout.The maximum optimization to be done is to reduce or drop import aliases.
Version of golangci-lint
Configuration file
Default config with
lll
config as follows:Go environment
Verbose output of running
Code example or link to a public repository
The text was updated successfully, but these errors were encountered: