diff --git a/utils/visit-violations b/utils/visit-violations new file mode 100755 index 00000000000..f16ad58e469 --- /dev/null +++ b/utils/visit-violations @@ -0,0 +1,5 @@ +#!/usr/bin/env tcsh + +make check-line-length Sources="$1" \ +| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \ +| sort -r