plugins/none-ls: add diagnostic source: yamllint

This commit is contained in:
budimanjojo 2023-12-06 10:39:11 +07:00 committed by Gaétan Lepage
parent 19f5f81560
commit ee7e489448
2 changed files with 4 additions and 0 deletions

View file

@ -87,6 +87,9 @@ with lib; let
write_good = { write_good = {
package = pkgs.write-good; package = pkgs.write-good;
}; };
yamllint = {
package = pkgs.yamllint;
};
}; };
formatting = { formatting = {
alejandra = { alejandra = {

View file

@ -77,6 +77,7 @@
mypy.enable = true; mypy.enable = true;
pylint.enable = true; pylint.enable = true;
write_good.enable = true; write_good.enable = true;
yamllint.enable = true;
}; };
formatting = { formatting = {
alejandra.enable = true; alejandra.enable = true;