From 476a14ed015e7af790a1ee98466604f793a2f472 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 May 2019 15:04:44 +1200 Subject: Remove an unwanted Perl::Critic policy --- perlcritic/perlcriticrc | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3 From 2890043697ed450ea73adc301357a76aaedc721f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 May 2019 15:04:58 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 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 -- cgit v1.2.3