-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add fixer for golangci-lint
#4616
Labels
new tool
Support for new linters, fixers, etc.
Comments
@w0rp if there are some docs on how to contribute this easily, I'd be happy to give it a shot. I also think I'm seeing that there's no way to configure |
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 3, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 15, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 16, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 16, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 17, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 17, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 17, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 17, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 17, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 17, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 23, 2024
sigmavirus24
added a commit
to sigmavirus24/ale
that referenced
this issue
Nov 24, 2024
I think #4853 fixes this. It's my first vim plugin contribution but as far as I can tell, it's passing tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Name:
golangci-lint
URL: https://github.com/golangci/golangci-lint
This was previously reported at #2864:
This original issue was to add a fixer for
golangci-lint
and there may have been some confusion as the issue was closed on account ofgolangci-lint
as a linter already existing.As best I can tell and from what I've tried,
golangci-lint
isn't available as a fixer (e.g. it's not visible in:ALEFixSuggest
nor has a file listed at https://github.com/dense-analysis/ale/tree/master/autoload/ale/fixers or visible elsewhere in the codebase).The text was updated successfully, but these errors were encountered: