Closed cfconrad closed 5 years ago
Use perltidy and perlcritic to get some stabilized coded formatting. Use make check to run on all known perl files these checkers.
make check
Project specific configuration goes into .perlcriticrc and .perltidyrc .
Changed all source files according to applied rules.
This is still a full perltiny call. I tried to be as close to our current formatting. @richiejp @metan-ucw WDYT
LGTM
Use perltidy and perlcritic to get some stabilized coded formatting. Use
make check
to run on all known perl files these checkers.Project specific configuration goes into .perlcriticrc and .perltidyrc .
Changed all source files according to applied rules.