We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rubocop
1 parent 147c996 commit 08332f5Copy full SHA for 08332f5
.pre-commit-config.yaml
@@ -17,8 +17,8 @@ repos:
17
stages: [manual]
18
additional_dependencies: ['@commitlint/[email protected]']
19
always_run: true
20
- - repo: https://github.com/adithyabsk/mirrors-rubocop
21
- rev: v0.91.0
+ - repo: https://github.com/rubocop-hq/rubocop
+ rev: v1.9.1
22
hooks:
23
- id: rubocop
24
name: Check Ruby files with rubocop
@@ -33,7 +33,7 @@ repos:
33
files: ^.*\.(sh|bash|ksh)$
34
types: []
35
args: []
36
- - repo: https://github.com/adrienverge/yamllint.git
+ - repo: https://github.com/adrienverge/yamllint
37
rev: v1.23.0
38
39
- id: yamllint
0 commit comments