Skip to content

Commit 49e729d

Browse files
committed
Allow %{name} replacements in specs
Allow using `%{...}` syntax to substitute values for `expect_offense`.
1 parent 166129e commit 49e729d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ RSpec/ExampleLength:
5454
RSpec/DescribeClass:
5555
Exclude:
5656
- spec/project/**/*.rb
57+
58+
Style/FormatStringToken:
59+
Exclude:
60+
- spec/rubocop/**/*.rb

0 commit comments

Comments
 (0)