update: language corrections in mason config
remove Docker and systemd specific tooling add PHP and SQL tooling
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user