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

Add setting to ignore linters #5

Open
primeapple opened this issue Mar 5, 2024 · 1 comment
Open

Add setting to ignore linters #5

primeapple opened this issue Mar 5, 2024 · 1 comment

Comments

@primeapple
Copy link

primeapple commented Mar 5, 2024

In my nvim-lint setup I have a linter for fish set up:

        lint.linters_by_ft = {
            fish = { 'fish' },
		}

Now fish doesn't need a separate linter to be installed, it has the linter in it's executable. However, this plugin detects fish and tries to install it, failing with:

Linters [fish] are absent in the mason's registry. Please, install them manually and remove from configuration.

It would be nice to have an option to ignore certain linters.

@LeonardoMor
Copy link
Contributor

This would be nice to have!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants