From bc210635f4e37d3c70584e9f4b370cb47413e3b4 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 23 Jun 2025 23:09:45 -0500 Subject: [PATCH] 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. --- generated/efmls-configs.nix | 44 ++----------------------------------- 1 file changed, 2 insertions(+), 42 deletions(-) diff --git a/generated/efmls-configs.nix b/generated/efmls-configs.nix index 5da7c83f..ed8c484a 100644 --- a/generated/efmls-configs.nix +++ b/generated/efmls-configs.nix @@ -1,48 +1,6 @@ # WARNING: DO NOT EDIT # This file is generated with packages..efmls-configs-sources, which is run automatically by CI { - HTML = { - formatter = { - lang = "HTML"; - possible = [ ]; - }; - linter = { - lang = "HTML"; - possible = [ - "markuplint" - "alex" - "codespell" - "cspell" - "languagetool" - "proselint" - "redpen" - "textlint" - "vale" - "write_good" - ]; - }; - }; - JSON = { - formatter = { - lang = "JSON"; - possible = [ ]; - }; - linter = { - lang = "JSON"; - possible = [ - "jsonlint" - "alex" - "codespell" - "cspell" - "languagetool" - "proselint" - "redpen" - "textlint" - "vale" - "write_good" - ]; - }; - }; all = { formatter = { lang = "all languages"; @@ -557,6 +515,7 @@ linter = { lang = "html"; possible = [ + "markuplint" "djlint" "alex" "codespell" @@ -670,6 +629,7 @@ linter = { lang = "json"; possible = [ + "jsonlint" "jq" "alex" "codespell"