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