Skip to content

Commit

Permalink
Merge pull request #47 from SonicGarden/fix-config
Browse files Browse the repository at this point in the history
fix: default config
  • Loading branch information
aki77 authored Jul 7, 2020
2 parents d9e2c31 + 178040b commit 2c3eb66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@ Layout/SpaceAroundMethodCallOperator:
Enabled: true
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Performance/AncestorsInclude:
Enabled: false
Performance/BigDecimalWithNumericArgument:
Enabled: true
Performance/RedundantSortBlock:
Enabled: true
Performance/RedundantStringChars:
Enabled: false
Performance/ReverseFirst:
Enabled: true
Performance/SortReverse:
Enabled: true
Performance/Squeeze:
Enabled: true
Performance/StringInclude:
Enabled: true

# ============================================================
# Lint
Expand Down

0 comments on commit 2c3eb66

Please sign in to comment.