diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:44:15 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-22 13:44:15 +0000 |
commit | a8b6e805a793a0a792e7ed16747832dff2d2d3f3 (patch) | |
tree | b4915622c0ef2c2bbcf2549dd833fe8d9169a4e3 /.rubocop_todo.yml | |
parent | 26db7fa6bf0d07709d62fe27fcf87212395c13f0 (diff) | |
download | redmine-a8b6e805a793a0a792e7ed16747832dff2d2d3f3.tar.gz redmine-a8b6e805a793a0a792e7ed16747832dff2d2d3f3.zip |
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in app/controllers/timelog_controller.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18825 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 2931df7c8..4de369343 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -18,7 +18,6 @@ Bundler/OrderedGems: # SupportedStyles: outdent, indent Layout/AccessModifierIndentation: Exclude: - - 'app/controllers/timelog_controller.rb' - 'app/controllers/wiki_controller.rb' - 'app/models/role.rb' @@ -98,7 +97,6 @@ Layout/EmptyLines: Layout/EmptyLinesAroundAccessModifier: Exclude: - 'app/controllers/previews_controller.rb' - - 'app/controllers/timelog_controller.rb' - 'config/initializers/10-patches.rb' - 'lib/redmine/syntax_highlighting.rb' |