dockerfilelint
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -164,3 +164,3 @@ 'use strict'; | ||
if (!port.includes(':')) { // Just eliminate a double message here | ||
items,push(messages.build('invalid_port', line)); | ||
items.push(messages.build('invalid_port', line)); | ||
} | ||
@@ -167,0 +167,0 @@ } |
{ | ||
"name": "dockerfilelint", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A linter for Dockerfiles to find bugs and encourage best practices", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package