-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.perlcriticrc
More file actions
20 lines (14 loc) · 694 Bytes
/
.perlcriticrc
File metadata and controls
20 lines (14 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
severity = brutal
theme = -freenode
[Documentation::RequirePodSections]
lib_sections = SYNOPSIS | DESCRIPTION | DIAGNOSTICS | CONFIGURATION AND ENVIRONMENT | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS
script_sections = USAGE | DESCRIPTION | REQUIRED ARGUMENTS | OPTIONS | DIAGNOSTICS | EXIT STATUS | CONFIGURATION | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS
[-InputOutput::RequireCheckedSyscalls]
[Subroutines::ProhibitUnusedPrivateSubroutines]
skip_when_using = Moo::Role
[TooMuchCode::ProhibitDuplicateLiteral]
allowlist = 'absent'
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Test2::V0
[Community::StrictWarnings]
extra_importers = Test2::V0