severity = harsh

# RequireArgUnpacking
#     Doesn't allow for using shift to get $self and then using @_ with named params
# ProhibitImplicitNewlines
#     Doesn't let me do qq|| blocks.
exclude = RequireArgUnpacking ProhibitImplicitNewlines

[NamingConventions::ProhibitAmbiguousNames]
forbid = close last

