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

docs: support sorting / filtering linters table #4683

Open
derekperkins opened this issue Apr 28, 2024 · 2 comments
Open

docs: support sorting / filtering linters table #4683

derekperkins opened this issue Apr 28, 2024 · 2 comments
Assignees
Labels
area: docs enhancement New feature or improvement

Comments

@derekperkins
Copy link

Your feature request related to a problem? Please describe

I regularly visit the documentation site to see if there have been any new linters added that I want to introduce to our codebase. The problem I run into is that the list is sorted alphabetically, so it's difficult to see just changes since the last version of golangci-lint.
https://golangci-lint.run/usage/linters/#disabled-by-default

Describe the solution you'd like

Add filtering / sorting to the table

Describe alternatives you've considered

I have copy / pasted the table into Excel

Additional context

No response

@derekperkins derekperkins added the enhancement New feature or improvement label Apr 28, 2024
@ccoVeille
Copy link

I also faced problems you describe.

I used to look for Ctrl+F on the linters page with version to see what was added.

Lately, I found the changelog page, and read it. It's its purpose after all.

https://golangci-lint.run/product/changelog/#changelog

I'm unsure there is a need to sort the linters on the page, but why not.

But there is a need to understand what was added from the linters page. I would say adding a visible message + link to the changelog page would be a good thing.

@ldez
Copy link
Member

ldez commented Apr 28, 2024

Hello,

this is in our plan (filtering).

@ldez ldez self-assigned this Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants