Skip to content

Commit

Permalink
plugins/none-ls: add bandit source (#925)
Browse files Browse the repository at this point in the history
* plugins/none-ls: add bandit source

* plugins/none-ls: add test for bandit
  • Loading branch information
garaiza-93 authored Jan 11, 2024
1 parent 7d6c628 commit 0379ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/none-ls/servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ with lib; let
ansiblelint = {
package = pkgs.ansible-lint;
};
bandit = {
package = pkgs.python3Packages.bandit;
};
cppcheck = {
package = pkgs.cppcheck;
};
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/none-ls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
};
diagnostics = {
ansiblelint.enable = true;
bandit.enable = true;
cppcheck.enable = true;
deadnix.enable = true;
eslint.enable = true;
Expand Down

0 comments on commit 0379ab3

Please sign in to comment.