mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Remove unnecessary comment
This commit is contained in:
parent
2a96444f75
commit
234f8f9363
1 changed files with 0 additions and 1 deletions
|
@ -617,7 +617,6 @@ DetectOpenAPIFile()
|
|||
DetectCloudFormationFile()
|
||||
{
|
||||
# AWSTemplateFormatVersion is optional
|
||||
# grep -E '("|)AWSTemplateFormatVersion("|):'
|
||||
if grep 'AWSTemplateFormatVersion' "${1}" > /dev/null; then
|
||||
return 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue