We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26df0a5 commit 57c6774Copy full SHA for 57c6774
config/lsp/lint.nix
@@ -4,9 +4,8 @@
4
lintersByFt = {
5
nix = ["statix"];
6
lua = ["selene"];
7
- python = ["flake8"];
+ # python = ["flake8"];
8
json = ["jsonlint"];
9
- java = ["checkstyle"];
10
};
11
12
}
0 commit comments