Skip to content

Commit

Permalink
Merge pull request #436 from chrisfilo/fix/left_over_commit
Browse files Browse the repository at this point in the history
left over commit
  • Loading branch information
chrisgorgo authored Mar 14, 2018
2 parents 4b54b94 + c515e70 commit bb8ad3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions utils/issues/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,5 @@ module.exports = {
key: 'FILENAME_COLUMN',
severity: 'error',
reason: "_scans.tsv files must have a 'filename' column."
},
69: {
key: 'WRONG_NEW_LINE',
severity: 'error',
reason: "All TSV files must use Line Feed '\\n' characters to denote new lines. This files uses Carriage Return '\\r'."
}
};

0 comments on commit bb8ad3f

Please sign in to comment.