Skip to content

Commit

Permalink
Allow %{name} replacements in specs
Browse files Browse the repository at this point in the history
Allow using `%{...}` syntax to substitute values for `expect_offense`.
  • Loading branch information
biinari committed Aug 9, 2020
1 parent 166129e commit 49e729d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -54,3 +54,7 @@ RSpec/ExampleLength:
RSpec/DescribeClass:
Exclude:
- spec/project/**/*.rb

Style/FormatStringToken:
Exclude:
- spec/rubocop/**/*.rb

0 comments on commit 49e729d

Please sign in to comment.