mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Merge pull request #112 from mbrukman/capitalization
Fix capitalization [skip ci]
This commit is contained in:
commit
cb54679928
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -24,12 +24,12 @@ Developers on **GitHub** can call the **GitHub Action** to lint their code base
|
||||||
| **YAML** | Yamllint |
|
| **YAML** | Yamllint |
|
||||||
| **Python3** | Pylint |
|
| **Python3** | Pylint |
|
||||||
| **JSON** | JsonLint |
|
| **JSON** | JsonLint |
|
||||||
| **MarkDown** | Markdownlint |
|
| **Markdown** | Markdownlint |
|
||||||
| **Perl** | Perl |
|
| **Perl** | Perl |
|
||||||
| **XML** | LibXML |
|
| **XML** | LibXML |
|
||||||
| **Coffeescript** | coffeelint |
|
| **CoffeeScript** | coffeelint |
|
||||||
| **Javascript** | eslint standard |
|
| **JavaScript** | eslint standard |
|
||||||
| **Typescript** | eslint standard |
|
| **TypeScript** | eslint standard |
|
||||||
| **Golang** | golangci-lint |
|
| **Golang** | golangci-lint |
|
||||||
| **Dockerfile** | dockerfilelint |
|
| **Dockerfile** | dockerfilelint |
|
||||||
| **Terraform** | tflint |
|
| **Terraform** | tflint |
|
||||||
|
@ -157,9 +157,9 @@ The **Super-Linter** has *CI/CT/CD* configured utilizing **GitHub** Actions.
|
||||||
- **Note:** The branches **Docker** container is also removed from **DockerHub** to cleanup after itself
|
- **Note:** The branches **Docker** container is also removed from **DockerHub** to cleanup after itself
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
Below are a list of the known limitations for the **Github Super-Linter**:
|
Below are a list of the known limitations for the **GitHub Super-Linter**:
|
||||||
- Due to being completely packaged at run time, you will not be able to update dependencies or change versions of the enclosed linters and binaries
|
- Due to being completely packaged at run time, you will not be able to update dependencies or change versions of the enclosed linters and binaries
|
||||||
- Reading additional details from `package.json` are not read by the **Github Super-Linter**
|
- Reading additional details from `package.json` are not read by the **GitHub Super-Linter**
|
||||||
- Downloading additional codebases as dependencies from private repositories will fail due to lack of permissions
|
- Downloading additional codebases as dependencies from private repositories will fail due to lack of permissions
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
|
|
Loading…
Reference in a new issue