]> source.dussan.org Git - redmine.git/commitdiff
Update .rubocop_todo.yml (#32530).
authorGo MAEDA <maeda@farend.jp>
Thu, 25 Mar 2021 00:42:55 +0000 (00:42 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 25 Mar 2021 00:42:55 +0000 (00:42 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20838 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 5e4e7035c22fe24c2aa52c4dad66c7a86ac2e741..02798260f47396e00ba2f0a0d4fc976a08df2ce4 100644 (file)
@@ -39,7 +39,6 @@ Layout/EmptyLines:
 Layout/EmptyLinesAroundAttributeAccessor:
   Exclude:
     - 'app/models/issue.rb'
-    - 'app/models/query.rb'
     - 'lib/redmine/scm/adapters/abstract_adapter.rb'
     - 'lib/redmine/sudo_mode.rb'
     - 'test/unit/lib/redmine/safe_attributes_test.rb'
@@ -1313,7 +1312,6 @@ Style/IfWithBooleanLiteralBranches:
 # Configuration parameters: InverseMethods, InverseBlocks.
 Style/InverseMethods:
   Exclude:
-    - 'app/controllers/roles_controller.rb'
     - 'app/helpers/application_helper.rb'
     - 'app/helpers/issues_helper.rb'
     - 'app/helpers/repositories_helper.rb'