mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Rubocop ignore vendor/*.
This commit is contained in:
parent
28d60a0a9a
commit
03b6285a5b
2 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,9 @@ Layout/EmptyLinesAroundMethodBody:
|
|||
Layout/EmptyLinesAroundModuleBody:
|
||||
Enabled: false
|
||||
|
||||
Layout/EmptyLinesAroundExceptionHandlingKeywords:
|
||||
Enabled: false
|
||||
|
||||
# Offense count: 31
|
||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||
Style/Encoding:
|
||||
|
|
|
@ -5,3 +5,4 @@ inherit_from:
|
|||
AllCops:
|
||||
Exclude:
|
||||
- 'tmp/*.rb'
|
||||
- 'vendor/**/*'
|
||||
|
|
Loading…
Reference in a new issue