Skip to content

Commit

Permalink
Add sections to cops in RuboCop config
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jul 15, 2024
1 parent 7b72066 commit 0fb9b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ inherit_from: .rubocop_todo.yml
Style/HashSyntax:
EnforcedStyle: hash_rockets

LineLength:
Layout/LineLength:
Max: 100
Enabled: false

Style/StringLiterals:
Enabled: false

SignalException:
Style/SignalException:
Description: 'Do not enforce use of fail when raising exceptions.'
# Valid values are: semantic, only_raise and only_fail
EnforcedStyle: only_raise
Expand Down

0 comments on commit 0fb9b4c

Please sign in to comment.