Skip to content

Commit

Permalink
Make perlcritic output github annotated output
Browse files Browse the repository at this point in the history
  • Loading branch information
pdostal committed Nov 24, 2022
1 parent d068824 commit ffeaada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ else
test: unit-test test-static test-compile test-isotovideo perlcritic
endif

PERLCRITIC=PERL5LIB=tools/lib/perlcritic:$$PERL5LIB perlcritic --quiet --stern --include "strict" --include Perl::Critic::Policy::HashKeyQuote
PERLCRITIC=PERL5LIB=tools/lib/perlcritic:$$PERL5LIB perlcritic --stern --include "strict" --include Perl::Critic::Policy::HashKeyQuote \
--verbose "::warning file=%f,line=%l,col=%c,title=%m - severity %s::%e\n"

.PHONY: perlcritic
perlcritic: tools/lib/
Expand Down

0 comments on commit ffeaada

Please sign in to comment.