mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
bbb3b6c4cd
* Bump markdownlint-cli from 0.26.0 to 0.27.1 in /dependencies Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.26.0 to 0.27.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.26.0...v0.27.1) Signed-off-by: dependabot[bot] <support@github.com> * fixed it Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com> |
||
---|---|---|
.. | ||
ansible | ||
arm | ||
bash | ||
bash_exec | ||
clojure | ||
cloudformation | ||
coffeescript | ||
csharp | ||
css | ||
dart | ||
dockerfile | ||
dockerfile_hadolint | ||
editorconfig | ||
env | ||
gherkin | ||
go | ||
groovy | ||
html | ||
java | ||
javascript_es | ||
javascript_prettier | ||
javascript_standard | ||
jscpd | ||
json | ||
jsx | ||
kotlin | ||
kubernetes_kubeval | ||
latex | ||
lua | ||
markdown | ||
openapi | ||
perl | ||
php_builtin | ||
php_phpcs | ||
php_phpstan | ||
php_psalm | ||
powershell | ||
protobuf | ||
python_black | ||
python_flake8 | ||
python_isort | ||
python_pylint | ||
r | ||
raku | ||
ruby | ||
rust_2015 | ||
rust_2018 | ||
shell_shfmt | ||
snakemake_lint | ||
snakemake_snakefmt | ||
sql | ||
states | ||
tekton | ||
terraform | ||
terraform_terrascan | ||
terragrunt | ||
tsx | ||
typescript_es | ||
typescript_standard | ||
xml | ||
yaml | ||
README.md |
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 )
- FORMAT:
- 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 )
- FORMAT:
- Script to run test cases and validate the sanity of Super-Linter