Skip to content

Commit

Permalink
Update Markdown table for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Dec 1, 2021
1 parent 6f51af5 commit 5e430b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/note_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ let buildNotes = (pbs, project, absFilePath) => {
const relativeFilePath = buildRelativeFilePath(absFilePath, project.workspace);
let md = `> ${relativeFilePath}
|Range|Severity|Code|Message|
|-----|--------|----|-------|
|File Location|Severity|Rule Name|Message|
|-------------|--------|---------|-------|
`
for (var i = 0, len = pbs.length; i < len; i++) {
md += buildNote(pbs[i], project, relativeFilePath) + '\n';
Expand Down

0 comments on commit 5e430b3

Please sign in to comment.