Parcourir la source

code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18732 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA il y a 4 ans
Parent
révision
abf2ad12e5
2 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 0
    7
      .rubocop_todo.yml
  2. 1
    1
      lib/redmine/export/pdf/issues_pdf_helper.rb

+ 0
- 7
.rubocop_todo.yml Voir le fichier

@@ -161,13 +161,6 @@ Layout/EmptyLinesAroundMethodBody:
Layout/EmptyLinesAroundModuleBody:
Enabled: false

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
# SupportedStylesAlignWith: keyword, variable, start_of_line
Layout/EndAlignment:
Exclude:
- 'lib/redmine/export/pdf/issues_pdf_helper.rb'

# Cop supports --auto-correct.
# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
Layout/ExtraSpacing:

+ 1
- 1
lib/redmine/export/pdf/issues_pdf_helper.rb Voir le fichier

@@ -343,7 +343,7 @@ module Redmine
pdf.set_auto_page_break(true, bottom_margin)
pdf.RDMwriteHTMLCell(0, 5, 10, '', issue.last_notes.to_s, [], "LRBT")
pdf.set_auto_page_break(false)
end
end
end

if issues.size == Setting.issues_export_limit.to_i

Chargement…
Annuler
Enregistrer