mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Correct ShellCheck's name in README.md to make it happy! (#3378)
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
This commit is contained in:
parent
ccf58d2678
commit
a3fc0c0c6a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Developers on **GitHub** can call the **GitHub Action** to lint their codebase w
|
||||||
| **Rust** | [Rustfmt](https://github.com/rust-lang/rustfmt) / [Clippy](https://github.com/rust-lang/rust-clippy) |
|
| **Rust** | [Rustfmt](https://github.com/rust-lang/rustfmt) / [Clippy](https://github.com/rust-lang/rust-clippy) |
|
||||||
| **Scala** | [scalafmt](https://github.com/scalameta/scalafmt) |
|
| **Scala** | [scalafmt](https://github.com/scalameta/scalafmt) |
|
||||||
| **Secrets** | [GitLeaks](https://github.com/zricethezav/gitleaks) |
|
| **Secrets** | [GitLeaks](https://github.com/zricethezav/gitleaks) |
|
||||||
| **Shell** | [Shellcheck](https://github.com/koalaman/shellcheck) / [executable bit check] / [shfmt](https://github.com/mvdan/sh) |
|
| **Shell** | [ShellCheck](https://github.com/koalaman/shellcheck) / [executable bit check] / [shfmt](https://github.com/mvdan/sh) |
|
||||||
| **Snakemake** | [snakefmt](https://github.com/snakemake/snakefmt/) / [snakemake --lint](https://snakemake.readthedocs.io/en/stable/snakefiles/writing_snakefiles.html#best-practices) |
|
| **Snakemake** | [snakefmt](https://github.com/snakemake/snakefmt/) / [snakemake --lint](https://snakemake.readthedocs.io/en/stable/snakefiles/writing_snakefiles.html#best-practices) |
|
||||||
| **SQL** | [sql-lint](https://github.com/joereynolds/sql-lint) / [sqlfluff](https://github.com/sqlfluff/sqlfluff) |
|
| **SQL** | [sql-lint](https://github.com/joereynolds/sql-lint) / [sqlfluff](https://github.com/sqlfluff/sqlfluff) |
|
||||||
| **Tekton** | [tekton-lint](https://github.com/IBM/tekton-lint) |
|
| **Tekton** | [tekton-lint](https://github.com/IBM/tekton-lint) |
|
||||||
|
|
Loading…
Reference in a new issue