mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -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()
|
DetectCloudFormationFile()
|
||||||
{
|
{
|
||||||
# AWSTemplateFormatVersion is optional
|
# AWSTemplateFormatVersion is optional
|
||||||
# grep -E '("|)AWSTemplateFormatVersion("|):'
|
|
||||||
if grep 'AWSTemplateFormatVersion' "${1}" > /dev/null; then
|
if grep 'AWSTemplateFormatVersion' "${1}" > /dev/null; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue