mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
19 lines
440 B
Markdown
19 lines
440 B
Markdown
|
# Rust Project Test Cases
|
||
|
|
||
|
This folder holds the test cases for **Rust**.
|
||
|
|
||
|
## Additional Docs
|
||
|
|
||
|
Due to the nature of the naming of files, we have `2` subfolders in this directory.
|
||
|
|
||
|
- `good` is for working, and correct project
|
||
|
- `bad` is for invalid, and incorrect project
|
||
|
|
||
|
## Good Test Cases
|
||
|
|
||
|
- **Note:** They are linted utilizing the default linter rules.
|
||
|
|
||
|
## Bad Test Cases
|
||
|
|
||
|
- **Note:** They are linted utilizing the default linter rules.
|