File: perlcriticrc

package info (click to toggle)
libtest-perl-critic-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 86; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

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

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

[-CodeLayout::RequireTidyCode]
[-Subroutines::RequireArgUnpacking]
[-Documentation::RequirePodLinksIncludeText]

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

[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