hanchenye-llvm-project/llvm/utils/visit-violations

6 lines
123 B
Tcsh
Executable File

#!/usr/bin/env tcsh
make check-line-length Sources="$1" \
| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
| sort -r