diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-24 05:44:18 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-24 05:44:18 +0000 |
commit | b30e155d07f11c9420026d163cc9c479887be408 (patch) | |
tree | dd5939408c53186512de5a8060234c4da1e486db /.rubocop_todo.yml | |
parent | fc8b4aa65c7548a203b5e1c847b229d3a12d7fb0 (diff) | |
download | redmine-b30e155d07f11c9420026d163cc9c479887be408.tar.gz redmine-b30e155d07f11c9420026d163cc9c479887be408.zip |
cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/functional/settings_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19239 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 82c105443..d24b0ad69 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -156,7 +156,6 @@ Layout/IndentFirstArrayElement: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - 'test/functional/auth_sources_controller_test.rb' - 'test/functional/repositories_mercurial_controller_test.rb' - - 'test/functional/settings_controller_test.rb' - 'test/helpers/activities_helper_test.rb' - 'test/helpers/issues_helper_test.rb' - 'test/unit/issue_test.rb' |