summaryrefslogtreecommitdiff
path: root/rt/docs/perlcritic.pod
diff options
context:
space:
mode:
Diffstat (limited to 'rt/docs/perlcritic.pod')
-rw-r--r--rt/docs/perlcritic.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/docs/perlcritic.pod b/rt/docs/perlcritic.pod
new file mode 100644
index 000000000..9c403534d
--- /dev/null
+++ b/rt/docs/perlcritic.pod
@@ -0,0 +1,8 @@
+=head1 Perl::Critic
+
+RT ships a .perlcriticrc which can be used by running perlcritic from
+the root of the rt tarball. It disables or turns on flags for a few
+policies. Reasoning for those changes can be found in the .perlcriticrc
+file itself.
+
+=cut