diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:44:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:44:04 +0000 |
commit | 26db7fa6bf0d07709d62fe27fcf87212395c13f0 (patch) | |
tree | ea67e531b69084ab5584b11afff0e42fff0921db /.rubocop_todo.yml | |
parent | facc6e9bff8b71704cc17d2c0312ced16bd09162 (diff) | |
download | redmine-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.yml | 2 |
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' |