diff --git a/.rubocop.yml b/.rubocop.yml index 2c1b73b74..6855b9f9c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -54,3 +54,7 @@ RSpec/ExampleLength: RSpec/DescribeClass: Exclude: - spec/project/**/*.rb + +Style/FormatStringToken: + Exclude: + - spec/rubocop/**/*.rb