mirror of
https://github.com/redmine/redmine.git
synced 2025-12-17 14:00:35 +01:00
rubocop: add detected Layout/EndAlignment files to .rubocop_todo.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@18729 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -165,7 +165,10 @@ Layout/EmptyLinesAroundModuleBody:
|
|||||||
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
|
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
|
||||||
# SupportedStylesAlignWith: keyword, variable, start_of_line
|
# SupportedStylesAlignWith: keyword, variable, start_of_line
|
||||||
Layout/EndAlignment:
|
Layout/EndAlignment:
|
||||||
Enabled: false
|
Exclude:
|
||||||
|
- 'app/helpers/repositories_helper.rb'
|
||||||
|
- 'app/helpers/versions_helper.rb'
|
||||||
|
- 'lib/redmine/export/pdf/issues_pdf_helper.rb'
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
|
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
|
||||||
|
|||||||
Reference in New Issue
Block a user