summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-15 17:25:53 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-15 17:25:53 +0000
commit5e6032fecb780ad3ee2e2a2830afa35cead827a4 (patch)
tree00d817ea15a66e680be4c6337e524f73211397f6 /.rubocop.yml
parentc5e2c064f26adc694d2f20a4188a7cc978890216 (diff)
downloadredmine-5e6032fecb780ad3ee2e2a2830afa35cead827a4.tar.gz
redmine-5e6032fecb780ad3ee2e2a2830afa35cead827a4.zip
rubocop: move Style/IdenticalConditionalBranches files from .rubocop_todo.yml to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@18687 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8fe639e80..0381fc488 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -86,3 +86,8 @@ Style/FrozenStringLiteralComment:
Style/HashSyntax:
Enabled: true
EnforcedStyle: no_mixed_keys
+
+Style/IdenticalConditionalBranches:
+ Exclude:
+ - 'config/initializers/10-patches.rb'
+ - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'