summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 47de329..170fc40 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -31,7 +31,13 @@ ModuleLength:
PerceivedComplexity:
Enabled: false
PercentLiteralDelimiters:
- Enabled: false
+ PreferredDelimiters:
+ '%': '{}'
+ '%q': '{}'
+ '%Q': '{}'
+ '%w': '{}'
+ '%W': '{}'
+ '%x': '{}'
RegexpLiteral:
Enabled: false
SignalException: