aboutsummaryrefslogtreecommitdiff
path: root/lint/urxvt.sh
blob: 477157f71dee6cff017943a427dcc9ba13d2069c (plain) (blame)
1
2
3
4
5
6
set --
for pl in urxvt/ext/*.pl ; do
    set -- "$@" "${pl%.pl}"
done
perlcritic --brutal -- "${pl%.pl}"
printf 'URxvt Perl extensions linted successfully.\n'