Created
July 7, 2020 09:10
-
-
Save briandfoy/dac74e4c73b3c935fc14ee8ab2a78b54 to your computer and use it in GitHub Desktop.
Perl 7 Perl::Critic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme = perl7 | |
[TestingAndDebugging::RequireUseStrict] | |
add_themes = perl7 | |
[TestingAndDebugging::RequireUseWarnings] | |
add_themes = perl7 | |
[InputOutput::ProhibitBarewordFileHandles] | |
add_themes = perl7 | |
[Dynamic::NoIndirect] | |
add_themes = perl7 | |
[Freenode::MultidimensionalArrayEmulation] | |
add_themes = perl7 | |
[Subroutines::ProhibitSubroutinePrototypes] | |
add_themes = perl7 | |
[Freenode::Prototypes] | |
add_themes = perl7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment