update: language corrections in mason config

remove Docker and systemd specific tooling
add PHP and SQL tooling
This commit is contained in:
2025-10-04 19:20:31 -04:00
parent 9b710cdad3
commit 3cd44640da
+5 -7
View File
@@ -47,15 +47,13 @@ return {
'stylelint', 'stylelint',
'htmlhint', 'htmlhint',
'prettier', 'prettier',
'trivy', -- PHP
'phpcbf', -- PHP
-- YAML / Ansible -- YAML / Ansible
'yamllint', 'yamllint',
'ansible-lint', 'ansible-lint',
-- Docker
'hadolint',
'trivy',
-- JSON / Config -- JSON / Config
'jsonlint', 'jsonlint',
'jq', 'jq',
@@ -68,11 +66,11 @@ return {
-- Lua -- Lua
'stylua', 'stylua',
-- commit messages -- Git commit messages
'gitlint', 'gitlint',
-- systemd units -- SQL
'systemdlint', 'sqlfluff',
}, },
}) })
end, end,