Remane tests

This commit is contained in:
Gabo 2020-07-30 18:12:17 -05:00
parent ba957aa951
commit 4a2bf935b7
5 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Yml Test Cases
# Yaml Test Cases
This folder holds the test cases for **Yml**.
This folder holds the test cases for **Yaml**.
## Additional Docs

View file

@ -604,7 +604,7 @@ function RunTestCases() {
TestCodebase "TYPESCRIPT_ES" "eslint" "eslint --no-eslintrc -c ${TYPESCRIPT_LINTER_RULES}" ".*\.\(ts\)\$" "typescript"
TestCodebase "TYPESCRIPT_STANDARD" "standard" "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin ${TYPESCRIPT_STANDARD_LINTER_RULES}" ".*\.\(ts\)\$" "typescript"
TestCodebase "XML" "xmllint" "xmllint" ".*\.\(xml\)\$" "xml"
TestCodebase "YAML" "yamllint" "yamllint -c ${YAML_LINTER_RULES}" ".*\.\(yml\|yaml\)\$" "yml"
TestCodebase "YAML" "yamllint" "yamllint -c ${YAML_LINTER_RULES}" ".*\.\(yml\|yaml\)\$" "yaml"
#################
# Footer prints #