You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.tidyallrc 571B

1234567891011121314151617181920212223242526
  1. ; Run "tidyall -a" to process all files.
  2. ; Run "tidyall -g" to process all added or modified files in the current git working directory.
  3. ; Ignore third-party code
  4. ignore = contrib/**/* doc/doxydown/doxydown.pl
  5. [PerlCritic]
  6. select = **/*.{pl,pl.in,pm,t}
  7. ignore = utils/{cgp_rspamd.pl,redirector.pl.in,classifier_test.pl}
  8. [PerlTidy]
  9. select = **/*.{pl,pl.in,pm,t}
  10. argv = -l=120
  11. [PodChecker]
  12. select = **/*.{pl,pl.in,pm,pod}
  13. ;[PodSpell]
  14. ;select = **/*.{pl,pl.in,pm,pod}
  15. [PodTidy]
  16. select = **/*.{pl,pl.in,pm,pod}
  17. columns = 120
  18. [Test::Vars]
  19. select = **/*.{pl,pl.in,pm,t}