Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libperl-critic-perl / libperl-critic-perl-1.088 / xt / author / 40_perlcriticrc-code
1 ##############################################################################
2 #      $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/Perl-Critic/xt/author/40_perlcriticrc-code $
3 #     $Date: 2008-05-04 17:25:51 -0500 (Sun, 04 May 2008) $
4 #   $Author: clonezone $
5 # $Revision: 2319 $
6 ##############################################################################
7
8 profile-strictness = quiet
9 severity = 1
10 theme = core
11 verbose = %f: %m at line %l, column %c.  %e.  (Severity: %s, %p)\n
12
13 #-----------------------------------------------------------------------------
14
15 [-CodeLayout::RequireTidyCode]
16
17 [Documentation::RequirePodSections]
18 lib_sections    = NAME|DESCRIPTION|AUTHOR|COPYRIGHT
19 script_sections = NAME|DESCRIPTION|AUTHOR|COPYRIGHT
20
21 [Miscellanea::RequireRcsKeywords]
22 keywords = URL Date Author Revision
23
24 [CodeLayout::ProhibitHardTabs]
25 allow_leading_tabs = 0
26
27 [Documentation::PodSpelling]
28 stop_words = accessor accessors autoflushes AUTOLOAD backticks bareword barewords BBEdit bitwise boolean booleans builtin CGI config CPAN CVS dereference dereferencing Dolan Dominus elsif exponentials filehandle filehandle filehandles filename globals globbing Guzis hashref HEREDOC HEREDOCs IDE lvalue Maxia Mehner memoization metacharacters Metadata metadata multi-line mutators namespace namespaces PBP perl perlcritic perlcriticrc perldoc Perlish perls PolicyListing postfix PPI pragma pragmas prepend prepending programmatically readline Readonly refactor refactoring regex runtime Schwartzian sigil sigils SQL STDERR STDIN STDOUT stringification subdirectories superclass TerMarsch Thalhammer TODO typeglob UI unblessed undef unescaped unparsed vice-versa whitespace
29
30 [InputOutput::RequireCheckedSyscalls]
31 functions = open close
32
33 [RegularExpressions::ProhibitUnusualDelimiters]
34 allow_all_brackets = 1
35
36 [RegularExpressions::RequireBracesForMultiline]
37 allow_all_brackets = 1