File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,22 @@ repos:
1818 additional_dependencies :
['@commitlint/[email protected] '] 1919 always_run : true
2020 - repo : https://github.com/shellcheck-py/shellcheck-py
21- rev : v0.7.1.1
21+ rev : v0.8.0.4
2222 hooks :
2323 - id : shellcheck
2424 name : Check shell scripts with shellcheck
2525 files : ^.*\.(sh|bash|ksh)$
2626 types : []
2727 - repo : https://github.com/adrienverge/yamllint
28- rev : v1.23.0
28+ rev : v1.26.3
2929 hooks :
3030 - id : yamllint
3131 name : Check YAML syntax with yamllint
3232 args : [--strict, '.']
3333 always_run : true
3434 pass_filenames : false
3535 - repo : https://github.com/warpnet/salt-lint
36- rev : v0.3 .0
36+ rev : v0.8 .0
3737 hooks :
3838 - id : salt-lint
3939 name : Check Salt files using salt-lint
Original file line number Diff line number Diff line change @@ -16,4 +16,8 @@ Security/YAMLLoad:
1616 Exclude :
1717 - test/integration/**/_mapdata.rb
1818
19+ # General settings across all cops in this formula
20+ AllCops :
21+ NewCops : enable
22+
1923# Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`
You can’t perform that action at this time.
0 commit comments