mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins/none-ls: add bandit source (#925)
* plugins/none-ls: add bandit source * plugins/none-ls: add test for bandit
This commit is contained in:
parent
7d6c62833b
commit
0379ab34cc
2 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
};
|
||||
diagnostics = {
|
||||
ansiblelint.enable = true;
|
||||
bandit.enable = true;
|
||||
cppcheck.enable = true;
|
||||
deadnix.enable = true;
|
||||
eslint.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue