forked from HariSekhon/DevOps-Bash-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.perlcriticrc
31 lines (26 loc) · 798 Bytes
/
.perlcriticrc
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
31
# vim:ts=4:sts=4:sw=4:et
#
# Author: Hari Sekhon
# Date: 2019-10-29 22:33:20 +0000 (Tue, 29 Oct 2019)
#
# https://github.com/harisekhon/bash-tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/harisekhon
#
severity = 5
# gives full explanations
#verbose = 11
#verbose = %f: [%p] %m at line %l, column %c.\n%d\n
#
# this output is ok, but I prefer the default
#verbose = %f: [%p] %m at line %l, column %c.\n
theme = core
[TestingAndDebugging::RequireUseWarnings]
severity = 5
# doesn't find this file with $HOME or ~
#[Modules::ProhibitEvilModules]
#modules_file = ~/.perlcritic_forbidden_modules