From 06cb2ebb6f99cf8b99627365ddd8af35c8afa38c Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Mon, 21 Sep 2020 13:50:58 -0500 Subject: [PATCH] Update linter.sh --- lib/linter.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linter.sh b/lib/linter.sh index f0298f23..053668e0 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1270,6 +1270,8 @@ GetLinterRules "PHP_PHPSTAN" GetLinterRules "PHP_PSALM" # Get PowerShell rules GetLinterRules "POWERSHELL" +# Get Protobuff linter rules +GetLinterRules "PROTOBUFF" # Get Python pylint rules GetLinterRules "PYTHON_PYLINT" # Get Python flake8 rules