diff --git a/README.md b/README.md index 295826a1..b93a2acb 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ But if you wish to select or exclude specific linters, we give you full control | **VALIDATE_COFFEE** | `true` | Flag to enable or disable the linting process of the Coffeescript language . | | **VALIDATE_CSS** | `true` | Flag to enable or disable the linting process of the CSS language. | | **VALIDATE_DART** | `true` | Flag to enable or disable the linting process of the Dart language. | -| **VALIDATE_DOCKERFILE** | `true` | Flag to enable or disable the linting process of the Docker language. | -| **VALIDATE_DOCKERFILE_HADOLINT** | `true` | Flag to enable or disable the linting process of the Docker language. | +| **VALIDATE_DOCKERFILE** | `true` | Flag to enable or disable the linting process of the Docker language. | +| **VALIDATE_DOCKERFILE_HADOLINT** | `true` | Flag to enable or disable the linting process of the Docker language. | | **VALIDATE_EDITORCONFIG** | `true` | Flag to enable or disable the linting process with the editorconfig. | | **VALIDATE_ENV** | `true` | Flag to enable or disable the linting process of the ENV language. | | **VALIDATE_GO** | `true` | Flag to enable or disable the linting process of the Golang language. | diff --git a/lib/linter.sh b/lib/linter.sh index 9912e1a2..ba7a0c4a 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -173,8 +173,8 @@ VALIDATE_CLOJURE="${VALIDATE_CLOJURE}" # Boolean t VALIDATE_COFFEE="${VALIDATE_COFFEE}" # Boolean to validate language VALIDATE_CSS="${VALIDATE_CSS}" # Boolean to validate language VALIDATE_DART="${VALIDATE_DART}" # Boolean to validate language -VALIDATE_DOCKERFILE="${VALIDATE_DOCKERFILE}" # Boolean to validate language -VALIDATE_DOCKERFILE_HADOLINT="${VALIDATE_DOCKERFILE_HADOLINT}" # Boolean to validate language +VALIDATE_DOCKERFILE="${VALIDATE_DOCKERFILE}" # Boolean to validate language +VALIDATE_DOCKERFILE_HADOLINT="${VALIDATE_DOCKERFILE_HADOLINT}" # Boolean to validate language VALIDATE_EDITORCONFIG="${VALIDATE_EDITORCONFIG}" # Boolean to validate files with editorconfig VALIDATE_ENV="${VALIDATE_ENV}" # Boolean to validate language VALIDATE_GO="${VALIDATE_GO}" # Boolean to validate language