Skip to content

Commit

Permalink
Allow simple string formatting rules (rubocop).
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Oct 26, 2020
1 parent 249c95d commit 7d5732a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ Metrics/PerceivedComplexity:
Style/ClassAndModuleChildren:
Exclude:
- test/**/*.rb

# Just allow simple formatting rules. We're not doing anything complex.
Style/FormatStringToken:
EnforcedStyle: unannotated

0 comments on commit 7d5732a

Please sign in to comment.