File: puppet-lint-wrapper

package info (click to toggle)
emacs-format-all-the-code 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: lisp: 1,533; sh: 5; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh

t=$(mktemp)
cat >$t
puppet-lint -f $t | egrep -v "^(FIXED|WARNING|ERROR):"
cat $t
rm -f $t