From b2ea126b38719d51eb5e930d74333079055679c0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 18 Oct 2017 05:54:32 -0400 Subject: make ale stop whining about my use of subroutine signatures in perl --- Makefile | 1 + perlcriticrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 perlcriticrc diff --git a/Makefile b/Makefile index b0f73aa..473c862 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ INSTALL = agignore \ nethackrc \ notmuch-config \ offlineimaprc \ + perlcriticrc \ procmailrc \ proverc \ replyrc \ diff --git a/perlcriticrc b/perlcriticrc new file mode 100644 index 0000000..6d9110a --- /dev/null +++ b/perlcriticrc @@ -0,0 +1 @@ +exclude = ProhibitSubroutinePrototypes -- cgit v1.2.3-54-g00ecf