Skip to content

Commit e964c26

Browse files
committed
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using myii/ssf-formula#290
1 parent 73c39af commit e964c26

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repos:
1717
stages: [manual]
1818
additional_dependencies: ['@commitlint/[email protected]']
1919
always_run: true
20-
- repo: https://github.com/adithyabsk/mirrors-rubocop
21-
rev: v0.91.0
20+
- repo: https://github.com/rubocop-hq/rubocop
21+
rev: v1.9.1
2222
hooks:
2323
- id: rubocop
2424
name: Check Ruby files with rubocop
@@ -33,7 +33,7 @@ repos:
3333
files: ^.*\.(sh|bash|ksh)$
3434
types: []
3535
args: []
36-
- repo: https://github.com/adrienverge/yamllint.git
36+
- repo: https://github.com/adrienverge/yamllint
3737
rev: v1.23.0
3838
hooks:
3939
- id: yamllint

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
/docs/AUTHORS.rst @saltstack-formulas/ssf
1616
/docs/CHANGELOG.rst @saltstack-formulas/ssf
1717
/docs/TOFS_pattern.rst @saltstack-formulas/ssf
18+
/*/_mapdata/ @saltstack-formulas/ssf
1819
/*/libsaltcli.jinja @saltstack-formulas/ssf
1920
/*/libtofs.jinja @saltstack-formulas/ssf
21+
/test/integration/**/_mapdata_spec.rb @saltstack-formulas/ssf
22+
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf
2023
/test/integration/**/inspec.yml @saltstack-formulas/ssf
2124
/test/integration/**/README.md @saltstack-formulas/ssf
2225
/.gitignore @saltstack-formulas/ssf

0 commit comments

Comments
 (0)