Merge pull request #261 from dafyddj/test/pc-rubocop

test(rubocop): switch to using pre-commit's built-in file filtering
This commit is contained in:
Dafydd Jones 2023-12-04 20:49:31 +00:00 committed by GitHub
commit 97208324cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -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:

View file

@ -7,7 +7,7 @@ Layout/LineLength:
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
Max: 88
Metrics/BlockLength:
IgnoredMethods:
AllowedMethods:
- control
- describe
# Increase from default of `25`