Skip to content

Commit

Permalink
AO3-5139 Tell Hound to prefer template tokens (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
redsummernight authored and sarken committed Aug 30, 2017
1 parent f7e6672 commit 2919a1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/.rubocop.yml
Expand Up @@ -10,11 +10,15 @@ Style/StringLiterals:
# stop checking line length
Metrics/LineLength:
Enabled: false


# prefer template tokens (like %{foo}) over annotated tokens (like %s)
Style/FormatStringToken:
EnforcedStyle: template

# stop checking for trailing whitespace
Style/TrailingWhitespace:
Enabled: false

# stop checking for ambiguous regexp literal
Lint/AmbiguousRegexpLiteral:
Enabled: false

0 comments on commit 2919a1b

Please sign in to comment.