superlint/.automation/test
2020-07-21 13:50:04 -05:00
..
ansible [tests] validate TAP format 2020-07-15 22:18:11 +01:00
arm ARM linting uses the execution time 2020-07-19 20:54:41 +01:00
cfn Add more expected reports validations 2020-07-19 20:38:18 +01:00
clojure Add more expected reports validations 2020-07-19 20:38:18 +01:00
coffeescript [tests] validate TAP format 2020-07-15 22:18:11 +01:00
css Add more expected reports validations 2020-07-19 20:38:18 +01:00
dart Add more expected reports validations 2020-07-19 20:38:18 +01:00
docker [tests] validate TAP format 2020-07-15 22:18:11 +01:00
editorconfig-checker Add editorconfig-checker 2020-07-03 09:19:55 +02:00
env Add more expected reports validations 2020-07-19 20:38:18 +01:00
golang Add more expected reports validations 2020-07-19 20:38:18 +01:00
html Add more expected reports validations 2020-07-19 20:38:18 +01:00
javascript [tests] validate TAP format 2020-07-15 22:18:11 +01:00
json Add more expected reports validations 2020-07-19 20:38:18 +01:00
kotlin [tests] validate TAP format 2020-07-15 22:18:11 +01:00
markdown [tests] validate TAP format 2020-07-15 22:18:11 +01:00
openapi Add more expected reports validations 2020-07-19 20:38:18 +01:00
perl [tests] validate TAP format 2020-07-15 22:18:11 +01:00
php [tests] validate TAP format 2020-07-15 22:18:11 +01:00
powershell Add more expected reports validations 2020-07-19 20:38:18 +01:00
protobuf Add more expected reports validations 2020-07-19 20:38:18 +01:00
python [tests] validate TAP format 2020-07-15 22:18:11 +01:00
raku Add more expected reports validations 2020-07-19 20:38:18 +01:00
ruby Add more expected reports validations 2020-07-19 20:38:18 +01:00
shell [tests] validate TAP format 2020-07-15 22:18:11 +01:00
states Adding states linter 2020-07-21 13:50:04 -05:00
terraform Add more expected reports validations 2020-07-19 20:38:18 +01:00
typescript [tests] validate TAP format 2020-07-15 22:18:11 +01:00
xml [tests] validate TAP format 2020-07-15 22:18:11 +01:00
yml [tests] validate TAP format 2020-07-15 22:18:11 +01:00
README.md adding them docs 2020-02-05 09:23:47 -06:00

Test Cases

This folder holds test cases that are used to validate the sanity of the Super-Linter. The format:

  • 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
      • FORMAT: LANGUAGE_(TYPE)_FILE.EXTENSION
      • Example: markdown_good_5.md
      • Note: This allows the process to understand if linting of the file should pass or fail\
      • Note: (good=Standard linting should be successful bad=standard linting should fail )
    • Failing test case(s) per language denoted in naming scheme
      • FORMAT: LANGUAGE_(TYPE)_FILE.EXTENSION
      • Example: markdown_bad_5.md
      • Note: (good=Standard linting should be successful bad=standard linting should fail )
  • Script to run test cases and validate the sanity of Super-Linter