diff --git a/.rubocop.yml b/.rubocop.yml index 73f1d18f0..4b63e0b5f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -83,6 +83,9 @@ Style/AsciiComments: Style/EmptyElse: EnforcedStyle: empty +Style/FormatString: + EnforcedStyle: sprintf + Style/FormatStringToken: Enabled: false