~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to tools/util/perlcritic.conf

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-10-04 14:31:57 UTC
  • Revision ID: james.westby@ubuntu.com-20091004143157-ubq3wu0grk0f1e6a
Tags: upstream-0.1~2009.09
ImportĀ upstreamĀ versionĀ 0.1~2009.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# A more stringent set of rules for cage cleaners
 
2
 
 
3
[-CodeLayout::ProhibitParensWithBuiltins]
 
4
[CodeLayout::ProhibitHardTabs]
 
5
allow_leading_tabs = 0
 
6
 
 
7
[-CodeLayout::RequireTidyCode]
 
8
 
 
9
[-ControlStructures::ProhibitPostfixControls]
 
10
[-ControlStructures::ProhibitUnlessBlocks]
 
11
 
 
12
[-Documentation::PodSpelling]
 
13
[-Documentation::RequirePodAtEnd]
 
14
[-Documentation::RequirePodSections]
 
15
 
 
16
[-ErrorHandling::RequireCarping]
 
17
 
 
18
[-InputOutput::ProhibitBacktickOperators]
 
19
[-InputOutput::ProhibitInteractiveTest]
 
20
[-InputOutput::RequireCheckedSyscalls]
 
21
functions = :builtins
 
22
exclude_functions = print
 
23
 
 
24
[-Miscellanea::RequireRcsKeywords]
 
25
 
 
26
[-Modules::RequireVersionVar]
 
27
 
 
28
[-RegularExpressions::ProhibitEscapedMetacharacters]
 
29
[-RegularExpressions::RequireDotMatchAnything]
 
30
[-RegularExpressions::RequireExtendedFormatting]
 
31
[-RegularExpressions::RequireLineBoundaryMatching]
 
32
 
 
33
[-ValuesAndExpressions::ProhibitConstantPragma]
 
34
[-ValuesAndExpressions::ProhibitEmptyQuotes]
 
35
[-ValuesAndExpressions::ProhibitMagicNumbers]
 
36
 
 
37
[-Variables::ProhibitPunctuationVars]