Skip to content

Commit

Permalink
prefer double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Dec 5, 2024
1 parent 5d7d1f8 commit d97ca8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2024/ruby/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
Style/TrailingCommaInHashLiteral:
Enabled: false
Style/NumericPredicate:
Enabled: false
Metrics/BlockLength:
Exclude:
- spec/**/*


RSpec/ExampleLength:
Max: 20
RSpec/MultipleExpectations:
Expand Down

0 comments on commit d97ca8c

Please sign in to comment.