aboutsummaryrefslogtreecommitdiff
path: root/.perlcriticrc
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-16 22:11:55 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-02-16 22:11:55 +0100
commitef360f8f5a457f643460a2d1308418767d292450 (patch)
treeb9df0d86d0e51d431201b187af8a503e43e3630b /.perlcriticrc
parent19f4bb26f497f375f1b3c0bcc969f33397375d44 (diff)
downloadsbotools-ef360f8f5a457f643460a2d1308418767d292450.tar.xz
Add perlcriticrc removing test for explicit return undef
Diffstat (limited to '.perlcriticrc')
-rw-r--r--.perlcriticrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc
new file mode 100644
index 0000000..f07447b
--- /dev/null
+++ b/.perlcriticrc
@@ -0,0 +1,2 @@
+theme = pbp
+[-Subroutines::ProhibitExplicitReturnUndef]