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.
2 parents 272ff50 + 12561ba commit adcf35bCopy full SHA for adcf35b
scripts/run_lint.sh
@@ -49,7 +49,7 @@ for file in $diff_files; do
49
50
# Include line 0 errors (e.g. copyright)
51
lint_grep_filter+=$file
52
- lint_grep_filter+=":0"
+ lint_grep_filter+=":0:"
53
54
# We first filter only the lines that start with a commit hash
55
# Then we filter out the ones that come from the start commit
@@ -66,7 +66,7 @@ for file in $diff_files; do
66
67
# The format from the linting script is filepath:linenum: [error type]
68
# So we build the first bit to filter out relevant lines
69
- LINE_FILTER=$file:$LINENUM
+ LINE_FILTER=$file:$LINENUM:
70
71
# Add the line filter on to the grep expression as we want
72
# lines that match any of the line filters
0 commit comments