summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 13:44:04 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 13:44:04 +0000
commit26db7fa6bf0d07709d62fe27fcf87212395c13f0 (patch)
treeea67e531b69084ab5584b11afff0e42fff0921db /.rubocop_todo.yml
parentfacc6e9bff8b71704cc17d2c0312ced16bd09162 (diff)
downloadredmine-26db7fa6bf0d07709d62fe27fcf87212395c13f0.tar.gz
redmine-26db7fa6bf0d07709d62fe27fcf87212395c13f0.zip
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/controllers/messages_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18824 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c8b349f83..2931df7c8 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -18,7 +18,6 @@ Bundler/OrderedGems:
# SupportedStyles: outdent, indent
Layout/AccessModifierIndentation:
Exclude:
- - 'app/controllers/messages_controller.rb'
- 'app/controllers/timelog_controller.rb'
- 'app/controllers/wiki_controller.rb'
- 'app/models/role.rb'
@@ -98,7 +97,6 @@ Layout/EmptyLines:
# SupportedStyles: around, only_before
Layout/EmptyLinesAroundAccessModifier:
Exclude:
- - 'app/controllers/messages_controller.rb'
- 'app/controllers/previews_controller.rb'
- 'app/controllers/timelog_controller.rb'
- 'config/initializers/10-patches.rb'