Acme-MetaSyntactic-vim

 view release on metacpan or  search on metacpan

t/author/perlcriticrc  view on Meta::CPAN

# Make things as strict as possible.
severity = 1

# Tags are good enough for me.
[-Miscellanea::RequireRcsKeywords]

# No Emacs around here.
[-Editor::RequireEmacsFileVariables]

# Need to write CodeLayout::RequireUTF8
[-CodeLayout::RequireASCII]

# Perl::Tidy wouldn't know a properly formatted conditional expression
# if one stomped all over Perl::Tidy.pm.  (Not to say that P::T isn't
# useful.)
[-CodeLayout::RequireTidyCode]

[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | DESCRIPTION | DIAGNOSTICS | CONFIGURATION AND ENVIRONMENT | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | DEDICATION | AUTHOR | LICENSE AND COPYRIGHT | DISCLAIMER OF WARRANTY

# Need __DATA__ section, so this can't be complied with.
[-Documentation::RequirePodAtEnd]

# Magic numbers BAD.  (It doesn't hurt that I wrote this policy.)
[ValuesAndExpressions::ProhibitMagicNumbers]
severity = 4

# For some reason, this chokes on v-strings within a version constructor
# and I don't have time to chase this down.
[-Modules::PerlMinimumVersion]

# setup vim: set filetype=conf tabstop=4 softtabstop=4 expandtab :
# setup vim: set shiftwidth=4 shiftround textwidth=0 nowrap autoindent :
# setup vim: set foldmethod=indent foldlevel=0 :

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.492 second using v1.00-cache-2.02-grep-82fe00e-cpan-b63e86051f13 )