]> source.dussan.org Git - redmine.git/commitdiff
rubocop: add detected Layout/EndAlignment files to .rubocop_todo.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Oct 2019 17:02:01 +0000 (17:02 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Oct 2019 17:02:01 +0000 (17:02 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18729 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 74c6125598db519c81d42010d63cdc945c9cd8f1..dd459a9e2256bfcda1686b044d5399af94bf77b1 100644 (file)
@@ -165,7 +165,10 @@ Layout/EmptyLinesAroundModuleBody:
 # Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
 # SupportedStylesAlignWith: keyword, variable, start_of_line
 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.
 # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.