diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:43:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:43:52 +0000 |
commit | facc6e9bff8b71704cc17d2c0312ced16bd09162 (patch) | |
tree | a643b9d0ecc89d986f18d9fb55f50c22ae4e0068 /.rubocop_todo.yml | |
parent | 8d429120ecd8fe21dc7e50848952cb478c37f36c (diff) | |
download | redmine-facc6e9bff8b71704cc17d2c0312ced16bd09162.tar.gz redmine-facc6e9bff8b71704cc17d2c0312ced16bd09162.zip |
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/controllers/boards_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18823 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 67d49f534..c8b349f83 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -18,7 +18,6 @@ Bundler/OrderedGems: # SupportedStyles: outdent, indent Layout/AccessModifierIndentation: Exclude: - - 'app/controllers/boards_controller.rb' - 'app/controllers/messages_controller.rb' - 'app/controllers/timelog_controller.rb' - 'app/controllers/wiki_controller.rb' @@ -99,7 +98,6 @@ Layout/EmptyLines: # SupportedStyles: around, only_before Layout/EmptyLinesAroundAccessModifier: Exclude: - - 'app/controllers/boards_controller.rb' - 'app/controllers/messages_controller.rb' - 'app/controllers/previews_controller.rb' - 'app/controllers/timelog_controller.rb' |