summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-23 15:12:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-23 15:12:35 +0000
commitcaa88a2ed308224edc66f411b1466a7e622994c3 (patch)
tree79319b5ecbe4c9b6e7de11225fcd5cf32a40204c /.rubocop_todo.yml
parent80856bf5175b6a8e05e92b2dc17520ee132aadf5 (diff)
downloadredmine-caa88a2ed308224edc66f411b1466a7e622994c3.tar.gz
redmine-caa88a2ed308224edc66f411b1466a7e622994c3.zip
cleanup: rubocop: fix Layout/IndentationConsistency in test/mocks/open_id_authentication_mock.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19220 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c8ea9ab15..b3ee67d06 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -172,13 +172,6 @@ Layout/IndentFirstHashElement:
Enabled: false
# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: normal, indented_internal_methods
-Layout/IndentationConsistency:
- Exclude:
- - 'test/mocks/open_id_authentication_mock.rb'
-
-# Cop supports --auto-correct.
# Configuration parameters: Width, IgnoredPatterns.
Layout/IndentationWidth:
Enabled: false