#770894 checkbashisms: Provide "file:line: error" output

Package:
devscripts
Source:
devscripts
Description:
scripts to make the life of a Debian Package maintainer easier
Submitter:
積丹尼 Dan Jacobson
Date:
2015-01-11 04:57:08 UTC
Severity:
wishlist
#770894#5
Date:
2014-11-24 23:21:05 UTC
From:
To:
Could make output into a more parsible format by adding e.g.,
$ validate --help|grep -A1 emacs
  --[no]emacs           (don't) use an output format intended for parsing
                        by (X)Emacs, autodetected

OK I suppose I will just have to make my own
http://www.emacswiki.org/emacs/CreatingYourOwnCompileErrorRegexp
entry to parse it.