Skip to content

Commit b0ef381

Browse files
authored
Merge pull request rapid7#20313 from bcoles/rubocop-Style/FormatStringToken
Rubocop: Disable Style/FormatStringToken
2 parents b39d45c + 5201086 commit b0ef381

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ Style/DocumentDynamicEvalDefinition:
113113
Style/EndlessMethod:
114114
Enabled: true
115115

116+
Style/FormatStringToken:
117+
Enabled: true
118+
Exclude:
119+
# We aren't ready to enable this for modules yet
120+
- 'modules/**/*'
121+
116122
Style/HashExcept:
117123
Enabled: true
118124

0 commit comments

Comments
 (0)