File: perlcriticrc

package info (click to toggle)
libconfig-model-perl 2.155-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,172 kB
  • sloc: perl: 15,117; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
severity = 4

# remove when https://github.com/Perl-Critic/PPI/issues/194 is fixed
[-Subroutines::ProhibitSubroutinePrototypes]

[TestingAndDebugging::ProhibitNoWarnings]
allow = experimental::postderef experimental::signatures

# model files are not modules
[-Modules::RequireExplicitPackage]

# model files finish with a data structure: the model
[-Modules::RequireEndWithOne]

[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 25