From 234f8f93634100b283dbf1b66dcde9555def9625 Mon Sep 17 00:00:00 2001 From: Guillaume Delacour Date: Fri, 26 Jun 2020 22:09:44 +0200 Subject: [PATCH] Remove unnecessary comment --- lib/linter.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index bf4a78e4..f297295c 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -617,7 +617,6 @@ DetectOpenAPIFile() DetectCloudFormationFile() { # AWSTemplateFormatVersion is optional - # grep -E '("|)AWSTemplateFormatVersion("|):' if grep 'AWSTemplateFormatVersion' "${1}" > /dev/null; then return 0 fi