-
Notifications
You must be signed in to change notification settings - Fork 1
/
.tidyallrc
21 lines (17 loc) · 1.27 KB
/
.tidyallrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ESLint javascript]
select = lib/babel/js/*.js lib/babel/old/*.js
argv = -c $ROOT/.eslintrc.yml --color
ignore = lib/babel/js/jquery.phoenix.js lib/babel/js/jquery.phoenix.min.js
; [ESLint typescript]
; argv = -c $ROOT/eslint-ts.json
; select = src/ts/*.ts src/ts/**/*.ts
; ignore =
[PerlTidy]
select = **/*.{pl,pm,t}
argv = -ci=4 -bl -cti=0 --character-encoding=none
ignore = dest/**/* lib/presentations/qp/**/Contents.pm lib/presentations/qp/perl-for-newbies/**/* lib/repos/xslt10-stylesheets/**/* lib/fiction-xml/from-vcs/**/* lib/screenplay-xml/from-vcs/**/* node_modules/**/* bin/shlom.in-redirect/A.pm bin/shlom.in-redirect/D.pm bin/shlom.in-redirect/dest/1/A.pm bin/shlom.in-redirect/dest/1/D.pm bin/shlom.in-redirect/dest/1/shlom.in-refer.pl src/humour/fortunes/lib/CGI/Minimal.pm
[PerlCritic]
select = **/*.{pl,pm,t}
ignore = bin/gen-docbook-make-helpers.pl dest/**/* lib/App/Deps/Verify.pm lib/presentations/qp/perl-for-newbies/**/* lib/repos/xslt10-stylesheets/**/* lib/fiction-xml/from-vcs/**/* lib/screenplay-xml/from-vcs/**/* node_modules/**/* bin/shlom.in-redirect/A.pm bin/shlom.in-redirect/D.pm bin/shlom.in-redirect/dest/1/A.pm bin/shlom.in-redirect/dest/1/D.pm bin/shlom.in-redirect/dest/1/shlom.in-refer.pl src/humour/fortunes/lib/CGI/Minimal.pm
[TestCount]
select = t/*.t