mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
ci/update: remove useless autogenerated-configs stuff
This commit is contained in:
parent
b58b23c799
commit
ab9b6abc22
2 changed files with 0 additions and 463 deletions
|
@ -1,454 +0,0 @@
|
|||
{
|
||||
"formatters": {
|
||||
"alejandra": [
|
||||
"nix"
|
||||
],
|
||||
"astyle": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"autopep8": [
|
||||
"python"
|
||||
],
|
||||
"beautysh": [
|
||||
"sh",
|
||||
"bash",
|
||||
"zsh",
|
||||
"csh",
|
||||
"ksh"
|
||||
],
|
||||
"biome": [
|
||||
"typescript",
|
||||
"javascript",
|
||||
"json",
|
||||
"jsonc"
|
||||
],
|
||||
"black": [
|
||||
"python"
|
||||
],
|
||||
"blade_formatter": [
|
||||
"blade"
|
||||
],
|
||||
"buf": [
|
||||
"proto"
|
||||
],
|
||||
"cbfmt": [
|
||||
"markdown"
|
||||
],
|
||||
"clang_format": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"clang_tidy": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"dartfmt": [
|
||||
"dart"
|
||||
],
|
||||
"dfmt": [
|
||||
"d"
|
||||
],
|
||||
"dotnet_format": [
|
||||
"cs"
|
||||
],
|
||||
"dprint": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"json",
|
||||
"markdown",
|
||||
"toml",
|
||||
"rust",
|
||||
"roslyn"
|
||||
],
|
||||
"eslint": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"eslint_d": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"fecs": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"css",
|
||||
"html"
|
||||
],
|
||||
"fish_indent": [
|
||||
"fish"
|
||||
],
|
||||
"fixjson": [
|
||||
"json"
|
||||
],
|
||||
"forge_fmt": [
|
||||
"solidity"
|
||||
],
|
||||
"fourmolu": [
|
||||
"haskell"
|
||||
],
|
||||
"gersemi": [
|
||||
"cmake"
|
||||
],
|
||||
"gofmt": [
|
||||
"go"
|
||||
],
|
||||
"gofumpt": [
|
||||
"go"
|
||||
],
|
||||
"goimports": [
|
||||
"go"
|
||||
],
|
||||
"golines": [
|
||||
"go"
|
||||
],
|
||||
"google_java_format": [
|
||||
"java"
|
||||
],
|
||||
"isort": [
|
||||
"python"
|
||||
],
|
||||
"joker": [
|
||||
"clojure"
|
||||
],
|
||||
"jq": [
|
||||
"json"
|
||||
],
|
||||
"js_standard": [
|
||||
"javascript"
|
||||
],
|
||||
"latexindent": [
|
||||
"tex"
|
||||
],
|
||||
"lua_format": [
|
||||
"lua"
|
||||
],
|
||||
"mdformat": [
|
||||
"markdown"
|
||||
],
|
||||
"nixfmt": [
|
||||
"nix"
|
||||
],
|
||||
"perlimports": [],
|
||||
"perltidy": [],
|
||||
"php_cs_fixer": [
|
||||
"php"
|
||||
],
|
||||
"phpcbf": [
|
||||
"php"
|
||||
],
|
||||
"pint": [
|
||||
"php"
|
||||
],
|
||||
"prettier": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"css",
|
||||
"scss",
|
||||
"sass",
|
||||
"less",
|
||||
"html",
|
||||
"json",
|
||||
"yaml"
|
||||
],
|
||||
"prettier_d": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"css",
|
||||
"scss",
|
||||
"sass",
|
||||
"less",
|
||||
"html",
|
||||
"json"
|
||||
],
|
||||
"prettier_eslint": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"prettier_standard": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"protolint": [
|
||||
"proto"
|
||||
],
|
||||
"rome": [
|
||||
"typescript",
|
||||
"javascript",
|
||||
"json"
|
||||
],
|
||||
"ruff": [
|
||||
"python"
|
||||
],
|
||||
"rustfmt": [
|
||||
"rust"
|
||||
],
|
||||
"scalafmt": [
|
||||
"scala"
|
||||
],
|
||||
"shellharden": [
|
||||
"sh"
|
||||
],
|
||||
"shfmt": [
|
||||
"sh",
|
||||
"bash"
|
||||
],
|
||||
"smlfmt": [
|
||||
"sml"
|
||||
],
|
||||
"sql-formatter": [
|
||||
"sql"
|
||||
],
|
||||
"stylelint": [
|
||||
"css",
|
||||
"scss",
|
||||
"sass",
|
||||
"less"
|
||||
],
|
||||
"stylua": [
|
||||
"lua"
|
||||
],
|
||||
"taplo": [
|
||||
"toml"
|
||||
],
|
||||
"terraform_fmt": [
|
||||
"tf"
|
||||
],
|
||||
"uncrustify": [
|
||||
"c",
|
||||
"cpp",
|
||||
"cs",
|
||||
"d",
|
||||
"java",
|
||||
"objc",
|
||||
"objcpp",
|
||||
"pawn",
|
||||
"vala"
|
||||
],
|
||||
"xo": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"yapf": [
|
||||
"python"
|
||||
],
|
||||
"yq": [
|
||||
"yaml"
|
||||
]
|
||||
},
|
||||
"linters": {
|
||||
"actionlint": [
|
||||
"yaml"
|
||||
],
|
||||
"alex": [
|
||||
"misc"
|
||||
],
|
||||
"ameba": [
|
||||
"crystal"
|
||||
],
|
||||
"ansible_lint": [
|
||||
"yaml"
|
||||
],
|
||||
"bashate": [
|
||||
"bash"
|
||||
],
|
||||
"buf": [
|
||||
"proto"
|
||||
],
|
||||
"checkmake": [
|
||||
"make"
|
||||
],
|
||||
"chktex": [
|
||||
"tex"
|
||||
],
|
||||
"clang_tidy": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"clazy": [
|
||||
"cpp"
|
||||
],
|
||||
"clj_kondo": [
|
||||
"clojure"
|
||||
],
|
||||
"cmake_lint": [
|
||||
"cmake"
|
||||
],
|
||||
"codespell": [
|
||||
"misc"
|
||||
],
|
||||
"cppcheck": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"cpplint": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"cspell": [
|
||||
"misc"
|
||||
],
|
||||
"dartanalyzer": [
|
||||
"dart"
|
||||
],
|
||||
"debride": [
|
||||
"ruby"
|
||||
],
|
||||
"djlint": [
|
||||
"python",
|
||||
"go",
|
||||
"php",
|
||||
"html"
|
||||
],
|
||||
"dmd": [
|
||||
"d"
|
||||
],
|
||||
"eslint": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"eslint_d": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"fecs": [
|
||||
"javascript"
|
||||
],
|
||||
"fish": [
|
||||
"fish"
|
||||
],
|
||||
"flake8": [
|
||||
"python"
|
||||
],
|
||||
"flawfinder": [
|
||||
"c"
|
||||
],
|
||||
"gcc": [
|
||||
"c",
|
||||
"cpp"
|
||||
],
|
||||
"gitlint": [
|
||||
"gitcommit"
|
||||
],
|
||||
"go_revive": [
|
||||
"go"
|
||||
],
|
||||
"golangci_lint": [
|
||||
"go"
|
||||
],
|
||||
"golint": [
|
||||
"go"
|
||||
],
|
||||
"hadolint": [
|
||||
"dockerfile"
|
||||
],
|
||||
"joker": [
|
||||
"clojure"
|
||||
],
|
||||
"jq": [
|
||||
"json"
|
||||
],
|
||||
"js_standard": [
|
||||
"javascript"
|
||||
],
|
||||
"languagetool": [
|
||||
"misc"
|
||||
],
|
||||
"luacheck": [
|
||||
"lua"
|
||||
],
|
||||
"markdownlint": [
|
||||
"markdown"
|
||||
],
|
||||
"mcs": [
|
||||
"cs"
|
||||
],
|
||||
"mypy": [
|
||||
"python"
|
||||
],
|
||||
"perlcritic": [],
|
||||
"phan": [
|
||||
"php"
|
||||
],
|
||||
"php": [
|
||||
"php"
|
||||
],
|
||||
"phpcs": [
|
||||
"php"
|
||||
],
|
||||
"phpstan": [
|
||||
"php"
|
||||
],
|
||||
"proselint": [
|
||||
"misc"
|
||||
],
|
||||
"psalm": [
|
||||
"php"
|
||||
],
|
||||
"pylint": [
|
||||
"python"
|
||||
],
|
||||
"redpen": [
|
||||
"misc"
|
||||
],
|
||||
"reek": [
|
||||
"ruby"
|
||||
],
|
||||
"rubocop": [
|
||||
"ruby"
|
||||
],
|
||||
"selene": [
|
||||
"lua"
|
||||
],
|
||||
"shellcheck": [
|
||||
"sh",
|
||||
"bash"
|
||||
],
|
||||
"slim_lint": [
|
||||
"slim"
|
||||
],
|
||||
"slither": [
|
||||
"solidity"
|
||||
],
|
||||
"solhint": [
|
||||
"solidity"
|
||||
],
|
||||
"sorbet": [
|
||||
"ruby"
|
||||
],
|
||||
"staticcheck": [
|
||||
"go"
|
||||
],
|
||||
"statix": [
|
||||
"nix"
|
||||
],
|
||||
"stylelint": [
|
||||
"css",
|
||||
"scss",
|
||||
"sass",
|
||||
"less"
|
||||
],
|
||||
"textlint": [
|
||||
"misc"
|
||||
],
|
||||
"vale": [
|
||||
"misc"
|
||||
],
|
||||
"vint": [
|
||||
"vim"
|
||||
],
|
||||
"vulture": [
|
||||
"python"
|
||||
],
|
||||
"write_good": [
|
||||
"misc"
|
||||
],
|
||||
"xo": [
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"yamllint": [
|
||||
"yaml"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue