We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c184ee commit a4ea5aaCopy full SHA for a4ea5aa
lib/pmdtester/builders/diff_report/violations.rb
@@ -51,7 +51,7 @@ def build_violation_table_row(doc, key, pmd_violation)
51
end
52
53
# The violation message
54
- doc.td pmd_violation.text
+ doc.td "\n" + pmd_violation.text + "\n"
55
56
# The begin line of the violation
57
line = violation['beginline']
0 commit comments