From 9c24338fe858ed8cadf40ba21e010a899584750c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 19 Jul 2020 20:45:10 +0100 Subject: [PATCH] Add editor-config tests to the automation --- lib/worker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/worker.sh b/lib/worker.sh index 1f2a9bd2..74cf5ff3 100755 --- a/lib/worker.sh +++ b/lib/worker.sh @@ -498,6 +498,7 @@ function RunTestCases() { # Test case languages # ####################### # TestCodebase "Language" "Linter" "Linter-command" "Regex to find files" "Test Folder" + TestCodebase "EDITORCONFIG" "editorconfig-checker" "editorconfig-checker" "^.*$" "editorconfig-checker" TestCodebase "YML" "yamllint" "yamllint -c $YAML_LINTER_RULES" ".*\.\(yml\|yaml\)\$" "yml" TestCodebase "JSON" "jsonlint" "jsonlint" ".*\.\(json\)\$" "json" TestCodebase "XML" "xmllint" "xmllint" ".*\.\(xml\)\$" "xml"