DEBSOURCES
Skip Quicknav
sources / emacs-format-all-the-code / 0.6.0-2 / puppet-lint-wrapper
1234567
#! /bin/sh t=$(mktemp) cat >$t puppet-lint -f $t | egrep -v "^(FIXED|WARNING|ERROR):" cat $t rm -f $t