c5b4e10112ef841cc9faf545b45757599747ceea
[dh-make-perl] / dev / i386 / libperl-critic-perl / libperl-critic-perl-1.088 / t / 01_bad_perlcriticrc
1 # Test that all the problems in an rc file get reported and not just the first
2 # one that is found.
3
4 # Purposely bad values
5 severity = 6
6 theme = &&
7 include = *
8 exclude = *
9 single-policy = *
10 profile-strictness = silly
11 top = -1
12 verbose = 2095
13
14 # Test non-existent parameter
15 [BuiltinFunctions::RequireBlockGrep]
16 no_such_parameter = foo
17
18 # Test invalid parameter value
19 [Documentation::RequirePodSections]
20 source = Zen_and_the_Art_of_Motorcycle_Maintenance
21
22 # Local Variables:
23 #   mode: cperl
24 #   cperl-indent-level: 4
25 #   fill-column: 78
26 #   indent-tabs-mode: nil
27 #   c-indentation-style: bsd
28 # End:
29 # ex: set ts=8 sts=4 sw=4 tw=78 ft=conf expandtab shiftround :