Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

.tidyallrc 515B

12345678910111213141516171819202122
  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. [PodChecker]
  9. select = **/*.{pl,pl.in,pm,pod}
  10. ;[PodSpell]
  11. ;select = **/*.{pl,pl.in,pm,pod}
  12. [PodTidy]
  13. select = **/*.{pl,pl.in,pm,pod}
  14. columns = 120
  15. [Test::Vars]
  16. select = **/*.{pl,pl.in,pm,t}