mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
rejigger cop
This commit is contained in:
parent
65aebc1887
commit
6077ae43e9
1 changed files with 4 additions and 1 deletions
|
@ -10,10 +10,13 @@ AllCops:
|
|||
- '**/tmp/**/*'
|
||||
- '**/bin/**/*'
|
||||
- 'middleman-core/lib/middleman-core/step_definitions/**/*'
|
||||
- 'middleman-cli/lib/middleman-cli/templates/**/*'
|
||||
- 'middleman-core/fixtures/**/*'
|
||||
- 'middleman-core/features/**/*'
|
||||
- 'middleman-core/spec/**/*'
|
||||
- 'middleman-cli/lib/middleman-cli/templates/**/*'
|
||||
- 'middleman-cli/fixtures/**/*'
|
||||
- 'middleman-cli/features/**/*'
|
||||
- 'middleman-cli/spec/**/*'
|
||||
DoubleNegation:
|
||||
Enabled: false
|
||||
LineLength:
|
||||
|
|
Loading…
Reference in a new issue