summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-10-23 20:44:04 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-10-23 20:44:04 +0900
commite2b87e0d741111fd1f437f8e06f8286d9ef47dff (patch)
tree6146056ca59cc6f391ed489e4c4a9235725b61e4 /.rubocop.yml
parent2166b4ca17daaa4a2b7d5af98668d5a9d4596a04 (diff)
Fix Travis CI build
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 496b049e..c131debb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -20,5 +20,9 @@ Style/MethodCallWithArgsParentheses:
- ^refute_
Style/NumericPredicate:
Enabled: false
+Style/StringConcatenation:
+ Enabled: false
+Style/OptionalBooleanParameter:
+ Enabled: false
Style/WordArray:
MinSize: 1