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:
garaiza-93 2024-01-11 01:32:13 -06:00 committed by GitHub
parent 7d6c62833b
commit 0379ab34cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -57,6 +57,7 @@
};
diagnostics = {
ansiblelint.enable = true;
bandit.enable = true;
cppcheck.enable = true;
deadnix.enable = true;
eslint.enable = true;