Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Remove pylint from null-ls
Browse files Browse the repository at this point in the history
Due to a bug in pylint it is currently not possible to ignore files
while linting from stdin. This leads to a lot of diagnostics being
displayed in ignored files.
(pylint-dev/pylint#4354)
  • Loading branch information
christoph-blessing committed Jul 28, 2022
1 parent 333275b commit 8a69a30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dotfiles/nvim/.config/nvim/lua/lsp/b-null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ local sources = {
}
end,
}),
null_ls.builtins.diagnostics.pylint.with({
condition = create_condition("pylint.master"),
}),
}

local augroup = vim.api.nvim_create_augroup("LspFormatting", {})
Expand Down

0 comments on commit 8a69a30

Please sign in to comment.