1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update .rubocop_todo.yml (#32530).

git-svn-id: http://svn.redmine.org/redmine/trunk@20838 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-03-25 00:42:55 +00:00
parent 7337343f56
commit d148eee1d5

View 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'