Update readme
This commit is contained in:
parent
47a55f6322
commit
ee7fe2c7b4
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ Test files are found in the `t/` directory.
|
||||||
## Code Formatting
|
## Code Formatting
|
||||||
|
|
||||||
Run `for f in ./lib/**/*.pm; do perltidy -b $f; done` to format all Perl files
|
Run `for f in ./lib/**/*.pm; do perltidy -b $f; done` to format all Perl files
|
||||||
with [Perl-Tidy](https://metacpan.org/release/Perl-Tidy).
|
with [Perl-Tidy](https://metacpan.org/release/Perl-Tidy) (there is no built-in
|
||||||
|
option to format files recursively).
|
||||||
|
|
||||||
Run `perlcritic lib` to lint all Perl files with [Perl-Critic](https://metacpan.org/release/Perl-Critic).
|
Run `perlcritic lib` to lint all Perl files with [Perl-Critic](https://metacpan.org/release/Perl-Critic).
|
||||||
|
|
||||||
|
|
Reference in a new issue