aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--perlcritic/perlcriticrc3
2 files changed, 5 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 3584a06d..51c0a588 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v5.4.0
-Wed May 29 02:46:11 UTC 2019
+tejr dotfiles v5.5.0
+Wed May 29 03:04:58 UTC 2019
diff --git a/perlcritic/perlcriticrc b/perlcritic/perlcriticrc
index 742c2239..a3517cc8 100644
--- a/perlcritic/perlcriticrc
+++ b/perlcritic/perlcriticrc
@@ -17,6 +17,9 @@ add_exceptions = inet4 inet6 ipv4 ipv6
# This one causes more trouble than it's worth, too
[-Documentation::RequirePODUseEncodingUTF8]
+# Cool story, bro
+[-Editor::RequireEmacsFileVariables]
+
# Soften this rather harsh policy a fair bit; tolerate negative one, all the
# single-digit integers as literals, three powers of 10 (for percentages,
# milliseconds etc), 60 (for angles and clocks), and 1900 (for localtime)