Skip to content
Snippets Groups Projects
Commit 6ec460b7 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(terraform): don’t warn for unknown type

parent 01b54a0c
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ export function extractPackageFile(content: string): PackageFile | null { ...@@ -70,7 +70,7 @@ export function extractPackageFile(content: string): PackageFile | null {
} }
/* istanbul ignore next */ /* istanbul ignore next */
default: default:
logger.warn( logger.trace(
`Could not identify TerraformDependencyType ${terraformDependency.groups.type} on line ${lineNumber}.` `Could not identify TerraformDependencyType ${terraformDependency.groups.type} on line ${lineNumber}.`
); );
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment