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',
'htmlhint',
'prettier',
'trivy', -- PHP
'phpcbf', -- PHP
-- YAML / Ansible
'yamllint',
'ansible-lint',
-- Docker
'hadolint',
'trivy',
-- JSON / Config
'jsonlint',
'jq',
@@ -68,11 +66,11 @@ return {
-- Lua
'stylua',
-- commit messages
-- Git commit messages
'gitlint',
-- systemd units
'systemdlint',
-- SQL
'sqlfluff',
},
})
end,