mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-10 14:51:43 +00:00
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:
commit
97208324cb
2 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue