1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

add Layout/RescueEnsureAlignment excluding files to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@20487 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-11-22 13:44:39 +00:00
parent 63a731c695
commit 139cd818d8

View File

@ -40,6 +40,11 @@ Layout/EmptyLinesAroundAccessModifier:
Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true
Layout/RescueEnsureAlignment:
Enabled: true
Exclude:
- 'db/migrate/085_add_role_tracker_old_status_index_to_workflows.rb'
Layout/SpaceAroundEqualsInParameterDefault:
Enabled: false