summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 17:57:24 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 17:57:24 +0000
commit82c0eaadc3011e9417dc2740f7df2e4082ae1a33 (patch)
tree7e442a0fb036a6e0100c4be0c09919274196b8af /.rubocop_todo.yml
parent3dff73502addfe7525740db1352e23b35a6060e7 (diff)
downloadredmine-82c0eaadc3011e9417dc2740f7df2e4082ae1a33.tar.gz
redmine-82c0eaadc3011e9417dc2740f7df2e4082ae1a33.zip
cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19049 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 2233e177e..bb64ef7a6 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -106,7 +106,6 @@ Layout/IndentFirstArgument:
# SupportedStyles: special_inside_parentheses, consistent, align_brackets
Layout/IndentFirstArrayElement:
Exclude:
- - 'app/models/project.rb'
- 'app/models/setting.rb'
- 'lib/redmine/nested_set/issue_nested_set.rb'
- 'lib/redmine/nested_set/project_nested_set.rb'