From eaed00d27a2fc8f50db085b4e335970469d51534 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 23 Apr 2020 09:41:00 -0500 Subject: [PATCH] adding perl --- docs/disabling-linters.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index fb56ed7a..c7a69e71 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -263,10 +263,19 @@ Here is more data -------------------------------------------------------------------------------- ## Perl +- [perl](https://pkgs.alpinelinux.org/package/edge/main/x86/perl) + ### Perl Config file +- There is no top level *configuration file* available at this time + ### Perl disable single line +- There is currently **No** way to disable rules inline of the file(s) + ### Perl disable code block +- There is currently **No** way to disable rules inline of the file(s) + ### Perl disable entire file +- There is currently **No** way to disable rules inline of the file(s) --------------------------------------------------------------------------------