Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 72e8ee1befb6a98895946f1bac67f39a > files > 13

perl-Test-Perl-Critic-1.02-7.fc15.noarch.rpm

##############################################################################
#      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.02/xt/author/perlcriticrc $
#     $Date: 2008-05-18 01:16:16 -0700 (Sun, 18 May 2008) $
#   $Author: clonezone $
# $Revision: 2355 $
##############################################################################

profile-strictness = quiet
severity = 1
theme = core
verbose = %f: %m at line %l, column %c.  %e.  (Severity: %s, %p)\n

#-----------------------------------------------------------------------------

[-CodeLayout::RequireTidyCode]

[Documentation::RequirePodSections]
lib_sections    = NAME|DESCRIPTION|AUTHOR|COPYRIGHT
script_sections = NAME|DESCRIPTION|AUTHOR|COPYRIGHT

[Miscellanea::RequireRcsKeywords]
keywords = URL Date Author Revision

[CodeLayout::ProhibitHardTabs]
allow_leading_tabs = 0

[Documentation::PodSpelling]
stop_words = autoflushes CPAN CGI CVS Dolan HEREDOC HEREDOCs HEREDOCS IDE Maxia Mehner namespace namespaces PBP perl perlcritic perlcriticrc PPI pragma refactor sigil sigils SQL STDERR STDIN STDOUT TerMarsch Thalhammer TODO

[InputOutput::RequireCheckedSyscalls]
functions = open close

[RegularExpressions::ProhibitUnusualDelimiters]
allow_all_brackets = 1

[RegularExpressions::RequireBracesForMultiline]
allow_all_brackets = 1