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',
|
||||
'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,
|
||||
|
||||
Reference in New Issue
Block a user