Skip to content

Commit 1d7ff1d

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

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.rubocop.yml

Lines changed: 4 additions & 0 deletions
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)