From 7f23223ed5178db913b53a8c60e90069f933816a Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Fri, 19 Jun 2020 16:54:36 +0000 Subject: [PATCH] Fix: Add testlinter file to force run_local --- .vscode/testlinter.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/testlinter.sh diff --git a/.vscode/testlinter.sh b/.vscode/testlinter.sh new file mode 100644 index 00000000..464c420e --- /dev/null +++ b/.vscode/testlinter.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export RUN_LOCAL=true +/workspaces/super-linter/lib/linter.sh \ No newline at end of file