summaryrefslogtreecommitdiff
path: root/utils/visit-violations
blob: f16ad58e4698eafb3b8199828e168ed7d312074a (plain)
1
2
3
4
5
#!/usr/bin/env tcsh

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