aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 15:04:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 15:04:58 +1200
commita98a2fcbf3e608b51bafbcea9c2fcc8c1866ae73 (patch)
tree7b266c32888fcd75f0ea27498d6ce5b85167d24d
parentMerge branch 'release/v5.4.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-a98a2fcbf3e608b51bafbcea9c2fcc8c1866ae73.tar.gz
dotfiles-a98a2fcbf3e608b51bafbcea9c2fcc8c1866ae73.zip
Merge branch 'release/v5.5.0'v5.5.0
* release/v5.5.0: Bump VERSION Remove an unwanted Perl::Critic policy
-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)