add link to a full diff
This commit is contained in:
parent
3ee08f18bc
commit
814517c89e
1 changed files with 4 additions and 1 deletions
|
@ -299,7 +299,10 @@ class BuildReport:
|
|||
lines = lines[:m]
|
||||
description += ''.join(lines) + '\n```'
|
||||
if cut:
|
||||
description += '\n{} diff lines are omitted. Please check full report.'.format(n - m)
|
||||
description += '\n{} diff lines are omitted. See [full diff]({}/{}).'.format(
|
||||
n - m,
|
||||
self.results_url,
|
||||
self.clang_format_patch)
|
||||
self.add_lint({
|
||||
'name': 'clang-format',
|
||||
'severity': 'autofix',
|
||||
|
|
Loading…
Reference in a new issue