Skip to content

Commit

Permalink
disable nested ternary operator rule in rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 31, 2024
1 parent add2b7a commit 00b5c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Style/IfUnlessModifier:
Enabled: false
Style/MultilineBlockChain:
Enabled: false
Style/NestedTernaryOperator:
Enabled: false
Style/QuotedSymbols:
Enabled: false
Style/StringLiterals:
Expand Down

0 comments on commit 00b5c0f

Please sign in to comment.