parent
d3d66f30c3
commit
c7a3d85c83
1 changed files with 1 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
AllCops:
|
||||
TargetRubyVersion: 2.3
|
||||
Exclude:
|
||||
- "bin/**/*"
|
||||
- "db/schema.rb"
|
||||
|
|
@ -167,9 +168,3 @@ Style/NumericPredicate:
|
|||
# Reset some HoundCI changes back to Rubocop defaults
|
||||
Layout/DotPosition:
|
||||
EnforcedStyle: leading
|
||||
|
||||
### backward compatibility
|
||||
|
||||
# only with ruby >= 2.4
|
||||
Performance/RegexpMatch:
|
||||
Enabled: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue