summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 13:44:15 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 13:44:15 +0000
commita8b6e805a793a0a792e7ed16747832dff2d2d3f3 (patch)
treeb4915622c0ef2c2bbcf2549dd833fe8d9169a4e3 /.rubocop_todo.yml
parent26db7fa6bf0d07709d62fe27fcf87212395c13f0 (diff)
downloadredmine-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.yml2
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'