Skip to content

Commit

Permalink
Disable some unhelpful cops
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Feb 16, 2016
1 parent 5f659c0 commit 7f2864c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Style/ClassVars:
Style/PredicateName:
Enabled: false

Style/AccessorMethodName:
Enabled: false

# This has been used for customization
Style/MutableConstant:
Enabled: false
Expand All @@ -41,6 +44,20 @@ Style/ConditionalAssignment:
Performance/Count:
Enabled: false

Style/RaiseArgs:
Enabled: false

Style/OpMethod:
Enabled: false

# We can use good judgement here
Style/RegexpLiteral:
Enabled: false

# Unicode comments are useful
Style/AsciiComments:
Enabled: false

Lint/EndAlignment:
Enabled: false

Expand Down

0 comments on commit 7f2864c

Please sign in to comment.