severity = 3

# Errors include the policy that was violated
verbose = 8

# Force perlcritic to use color, even when run through a pager.
color = 1

# Don't need /x on small regexes.
[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 15
