Lines Matching full:pl
9 # This script is a wrapper around check-format.pl. It accepts a commit sha
11 # changed in that commit, filtering check-format.pl output only to lines that
16 # List of Regexes to use when running check-format.pl.
19 "\.pl" \
35 # used to locate the check-format.pl script
94 # check-format.pl on with line numbers matching the ranges in the
103 # Now for each file in $TEMPDIR/check-format run check-format.pl
107 # output from check-format.pl looks correct, relative to the root
132 # Actually run check-format.pl on the file, capturing the output
133 # in a temporary file. Note the format of check-patch.pl output is
135 $TOPDIR/util/check-format.pl $j > $TEMPDIR/format-results.txt
137 # Now we filter the check-format.pl output based on the changed lines
145 # field 2 of check-format.pl output is the offending line number