diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-17 15:06:14 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-17 15:06:14 +0300 |
commit | 4582ebe8070a380d83217ac28cbc675a3a91a66d (patch) | |
tree | 5c28322abd7ce3e2ece5f12e38df18be3b623f9a /.tidyallrc | |
parent | bd66db896d270af17db06e7019280a9623535c1d (diff) | |
download | rspamd-4582ebe8070a380d83217ac28cbc675a3a91a66d.tar.gz rspamd-4582ebe8070a380d83217ac28cbc675a3a91a66d.zip |
[Minor] Reformat Perl scripts
Diffstat (limited to '.tidyallrc')
-rw-r--r-- | .tidyallrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.tidyallrc b/.tidyallrc new file mode 100644 index 000000000..272ba1936 --- /dev/null +++ b/.tidyallrc @@ -0,0 +1,25 @@ +; Run "tidyall -a" to process all files. +; Run "tidyall -g" to process all added or modified files in the current git working directory. + +; Ignore third-party code +ignore = contrib/**/* doc/doxydown/doxydown.pl + +;[PerlCritic] +;select = **/*.{pl,pm,t} + +[PerlTidy] +select = **/*.{pl,pm,t} +argv = -l=120 + +[PodChecker] +select = **/*.{pl,pm,pod} + +;[PodSpell] +;select = **/*.{pl,pm,pod} + +;[PodTidy] +;select = **/*.{pl,pm,pod} +;argv = --columns=120 + +[Test::Vars] +select = **/*.{pl,pm,t} |