validate-dockerfile
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -90,3 +90,3 @@ 'use strict'; | ||
line: currentLine | ||
} | ||
}; | ||
} | ||
@@ -93,0 +93,0 @@ |
{ | ||
"name": "validate-dockerfile", | ||
"version": "1.0.1", | ||
"description": "Does some basic validation of a Dockerfile", | ||
"version": "1.0.2", | ||
"description": "Validates a Dockerfile", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -53,3 +53,3 @@ #validate-dockerfile | ||
Line numbers will be returned on `Missing FROM` and `Invalid instruction` errors. Line numbers are zero-based. | ||
Line numbers will be returned on `Missing FROM`, `Bad parameters` and `Invalid instruction` errors. Line numbers are zero-based. | ||
@@ -56,0 +56,0 @@ ##TODO |
@@ -120,3 +120,3 @@ 'use strict'; | ||
result.should.not.have.property('line'); | ||
}) | ||
}); | ||
}); |
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