Skip to content

Commit ed63546

Browse files
committed
ci: update linters to latest versions [skip ci]
* Automated using myii/ssf-formula#414
1 parent 85226b6 commit ed63546

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ repos:
1818
additional_dependencies: ['@commitlint/[email protected]']
1919
always_run: true
2020
- repo: https://github.com/rubocop-hq/rubocop
21-
rev: v1.9.1
21+
rev: v1.25.1
2222
hooks:
2323
- id: rubocop
2424
name: Check Ruby files with rubocop
2525
args: [--debug]
2626
always_run: true
2727
pass_filenames: false
2828
- repo: https://github.com/shellcheck-py/shellcheck-py
29-
rev: v0.7.1.1
29+
rev: v0.8.0.4
3030
hooks:
3131
- id: shellcheck
3232
name: Check shell scripts with shellcheck
3333
files: ^.*\.(sh|bash|ksh)$
3434
types: []
3535
- repo: https://github.com/adrienverge/yamllint
36-
rev: v1.23.0
36+
rev: v1.26.3
3737
hooks:
3838
- id: yamllint
3939
name: Check YAML syntax with yamllint
4040
args: [--strict, '.']
4141
always_run: true
4242
pass_filenames: false
4343
- repo: https://github.com/warpnet/salt-lint
44-
rev: v0.3.0
44+
rev: v0.8.0
4545
hooks:
4646
- id: salt-lint
4747
name: Check Salt files using salt-lint

.rubocop.yml

+4
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)