Skip to content

Commit

Permalink
Merge pull request #2198 from jordan-brough/disable-rubocop-ternary-p…
Browse files Browse the repository at this point in the history
…arens

Disable Rubocop Style/TernaryParentheses
  • Loading branch information
jhawthorn authored Sep 7, 2017
2 parents f4fb3a5 + f69b5bd commit 38f456c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ Style/StringLiterals:
Style/SymbolProc:
Enabled: false

Style/TernaryParentheses:
Enabled: false

Style/WhileUntilModifier:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylewhileuntilmodifier
Expand Down

0 comments on commit 38f456c

Please sign in to comment.