Skip to content

Commit

Permalink
test(rubocop): switch to using pre-commit's built-in file filtering
Browse files Browse the repository at this point in the history
* only run `rubocop` when relevant files have changed
  • Loading branch information
dafyddj committed Dec 4, 2023
1 parent 2eada5a commit c3b4c14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ repos:
- id: rubocop
name: Check Ruby files with rubocop
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
hooks:
Expand Down

0 comments on commit c3b4c14

Please sign in to comment.