Skip to content

Commit 148d716

Browse files
pbolingCopilot
andauthored
Switch pre-commit hook to rubocop_gradual
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: |7eter l-|. l3oling <peter.boling@gmail.com>
1 parent 10f917a commit 148d716

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ repos:
33
rev: v8.16.3
44
hooks:
55
- id: gitleaks
6+
- repo: local
7+
hooks:
8+
- id: rubocop-gradual
9+
name: rubocop_gradual
10+
entry: bundle exec rake rubocop_gradual:check
11+
language: system
12+
pass_filenames: false
613
- repo: https://github.com/jumanjihouse/pre-commit-hooks
714
rev: 3.0.0
815
hooks:
9-
- id: RuboCop
1016
- id: shellcheck
1117
- repo: https://github.com/pre-commit/pre-commit-hooks
1218
rev: v4.4.0

0 commit comments

Comments
 (0)