Skip to content

Commit

Permalink
Merge ddf1d32 into d27e3fe
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-1111one1 committed Sep 19, 2019
2 parents d27e3fe + ddf1d32 commit 1948115
Show file tree
Hide file tree
Showing 3 changed files with 770 additions and 9 deletions.
20 changes: 13 additions & 7 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
inherit_from: .rubocop_todo.yml

Layout/SpaceBeforeBlockBraces:
Enabled: false

# NOTE: Temporarily duplicated from `rubocop_todo.yml` because many files exceed
# 120 characters
# Metrics/LineLength:
# Max: 120

Naming/PredicateName:
NameWhitelist:
- is_enabled?

Metrics/LineLength:
Max: 120

Style/RedundantSelf:
Enabled: false
Style/PreferredHashMethods:
Enabled: false
Style/StringLiterals:

Style/RedundantSelf:
Enabled: false

Layout/SpaceBeforeBlockBraces:
Style/StringLiterals:
Enabled: false
Loading

0 comments on commit 1948115

Please sign in to comment.