Skip to content

Commit be6df73

Browse files
authored
Merge pull request #481 from INCF/fix/new_line_issue_code
Fix reporting issues with new lines
2 parents fbfed52 + 1cc5875 commit be6df73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validators/tsv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var TSV = function TSV (file, contents, fileList, callback) {
1818
issues.push(new Issue({
1919
file: file,
2020
evidence: contents,
21-
code: 69
21+
code: 70
2222
}));
2323
callback(issues, null);
2424
return;

0 commit comments

Comments
 (0)