From 7c194ba87a390f14fd9d57ca412b2563be9dcad5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 09:11:31 -0600 Subject: [PATCH] fix language --- .automation/test/README.md | 3 ++- .../test/docker/{docker_bad_1.DOCKERFILE => bad/Dockerfile} | 0 .../test/docker/{docker_good_1.DOCKERFILE => good/Dockerfile} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename .automation/test/docker/{docker_bad_1.DOCKERFILE => bad/Dockerfile} (100%) rename .automation/test/docker/{docker_good_1.DOCKERFILE => good/Dockerfile} (100%) diff --git a/.automation/test/README.md b/.automation/test/README.md index 3b56fe42..53bccba2 100644 --- a/.automation/test/README.md +++ b/.automation/test/README.md @@ -1,7 +1,8 @@ # Test Cases This folder holds `template test cases` that are used to validate the sanity of the **Super-Linter**. The format: -- Folder(s) containing test cases for each language supported +- Each **Super-Linter** language should have its own folder + - Folder(s) containing test cases for each language supported - Passing test case(s) per language denoted in naming scheme - Failing test case(s) per language denoted in naming scheme - Script to run test cases and validate the sanity of **Super-Linter** diff --git a/.automation/test/docker/docker_bad_1.DOCKERFILE b/.automation/test/docker/bad/Dockerfile similarity index 100% rename from .automation/test/docker/docker_bad_1.DOCKERFILE rename to .automation/test/docker/bad/Dockerfile diff --git a/.automation/test/docker/docker_good_1.DOCKERFILE b/.automation/test/docker/good/Dockerfile similarity index 100% rename from .automation/test/docker/docker_good_1.DOCKERFILE rename to .automation/test/docker/good/Dockerfile