File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,30 +18,30 @@ repos:
18
18
additional_dependencies :
['@commitlint/[email protected] ']
19
19
always_run : true
20
20
- repo : https://github.com/rubocop-hq/rubocop
21
- rev : v1.9 .1
21
+ rev : v1.25 .1
22
22
hooks :
23
23
- id : rubocop
24
24
name : Check Ruby files with rubocop
25
25
args : [--debug]
26
26
always_run : true
27
27
pass_filenames : false
28
28
- repo : https://github.com/shellcheck-py/shellcheck-py
29
- rev : v0.7.1.1
29
+ rev : v0.8.0.4
30
30
hooks :
31
31
- id : shellcheck
32
32
name : Check shell scripts with shellcheck
33
33
files : ^.*\.(sh|bash|ksh)$
34
34
types : []
35
35
- repo : https://github.com/adrienverge/yamllint
36
- rev : v1.23.0
36
+ rev : v1.26.3
37
37
hooks :
38
38
- id : yamllint
39
39
name : Check YAML syntax with yamllint
40
40
args : [--strict, '.']
41
41
always_run : true
42
42
pass_filenames : false
43
43
- repo : https://github.com/warpnet/salt-lint
44
- rev : v0.3 .0
44
+ rev : v0.8 .0
45
45
hooks :
46
46
- id : salt-lint
47
47
name : Check Salt files using salt-lint
Original file line number Diff line number Diff line change @@ -16,4 +16,8 @@ Security/YAMLLoad:
16
16
Exclude :
17
17
- test/integration/**/_mapdata.rb
18
18
19
+ # General settings across all cops in this formula
20
+ AllCops :
21
+ NewCops : enable
22
+
19
23
# 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