summaryrefslogtreecommitdiffstats
path: root/.perlcriticrc
blob: 56d5a91f9d544e4d1a9def3ccfb812545c60d831 (plain)
1
2
3
4
5
6
7
8
[-Subroutines::RequireArgUnpacking]
[-RegularExpressions::RequireExtendedFormatting]
[-ValuesAndExpressions::ProhibitMismatchedOperators]
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]

# There are no dots.
[-RegularExpressions::RequireDotMatchAnything]