Skip to content

Commit bc21063

Browse files
committed
generated/efmls-configs: generate with merged html/json
Case sensitive file systems run into a failure to copy the `HTML/html` and `JSON/json` files. Generating with the options merged.
1 parent 7594bac commit bc21063

File tree

1 file changed

+2
-42
lines changed

1 file changed

+2
-42
lines changed

generated/efmls-configs.nix

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
11
# WARNING: DO NOT EDIT
22
# This file is generated with packages.<system>.efmls-configs-sources, which is run automatically by CI
33
{
4-
HTML = {
5-
formatter = {
6-
lang = "HTML";
7-
possible = [ ];
8-
};
9-
linter = {
10-
lang = "HTML";
11-
possible = [
12-
"markuplint"
13-
"alex"
14-
"codespell"
15-
"cspell"
16-
"languagetool"
17-
"proselint"
18-
"redpen"
19-
"textlint"
20-
"vale"
21-
"write_good"
22-
];
23-
};
24-
};
25-
JSON = {
26-
formatter = {
27-
lang = "JSON";
28-
possible = [ ];
29-
};
30-
linter = {
31-
lang = "JSON";
32-
possible = [
33-
"jsonlint"
34-
"alex"
35-
"codespell"
36-
"cspell"
37-
"languagetool"
38-
"proselint"
39-
"redpen"
40-
"textlint"
41-
"vale"
42-
"write_good"
43-
];
44-
};
45-
};
464
all = {
475
formatter = {
486
lang = "all languages";
@@ -557,6 +515,7 @@
557515
linter = {
558516
lang = "html";
559517
possible = [
518+
"markuplint"
560519
"djlint"
561520
"alex"
562521
"codespell"
@@ -670,6 +629,7 @@
670629
linter = {
671630
lang = "json";
672631
possible = [
632+
"jsonlint"
673633
"jq"
674634
"alex"
675635
"codespell"

0 commit comments

Comments
 (0)