File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 33--paren-tightness=2
44--cuddled-else
55--warning-output
6+ --converge
Original file line number Diff line number Diff line change 3434 types : [text]
3535 files : ^(bash_completion|completions/.+|test/run*|.+\.sh(\.in)?)$
3636 exclude : completions/Makefile.*$
37+ - repo : https://github.com/perltidy/perltidy
38+ rev : cbb4a687dd331db69219599d84d527397402efdd
39+ hooks :
40+ - id : perltidy
41+ types : [text]
42+ files : ^(helpers/perl|.+\.p[ml])$
Original file line number Diff line number Diff line change 33if [ $DIST = tools ]; then
44 rc=0
55 perlcritic helpers/perl; rc=$(( rc+ $? ))
6- perltidy -nst -nse helpers/perl; rc=$(( rc+ $? ))
7- if [ -e helpers/perl.ERR ]; then
8- cat helpers/perl.ERR
9- rc=$(( rc+ 1 ))
10- fi
116 pre-commit run --all-files; rc=$(( rc+ $? ))
127 exit $rc
138fi
Original file line number Diff line number Diff line change 1+ package BashCompletionModule ;
2+ use strict;
3+ use warnings;
4+ 1;
Original file line number Diff line number Diff line change 11black == 19.10b0 ;python_version >= "3.6"
22pexpect >= 4
3- pre-commit
3+ pre-commit >= 2.1.0
44pytest >= 3.6
55pytest-xdist
66typing ;python_version < "3.5"
You can’t perform that action at this time.
0 commit comments