mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Fix capitalization [skip ci]
* Markdown [1,2] has no capital 'd' * CoffeeScript [3,4], JavaScript [5,6], TypeScript [7,8,9] all capitalize 'S' * GitHub [10,11] capitalizes the 'H' References: [1] https://en.wikipedia.org/wiki/Markdown [2] https://daringfireball.net/projects/markdown/syntax [3] https://en.wikipedia.org/wiki/CoffeeScript [4] https://coffeescript.org/ [5] https://en.wikipedia.org/wiki/JavaScript [6] https://developer.mozilla.org/en-US/docs/Web/JavaScript [7] https://en.wikipedia.org/wiki/TypeScript [8] https://www.typescriptlang.org/ [9] https://github.com/Microsoft/TypeScript [10] https://en.wikipedia.org/wiki/GitHub [11] https://github.com/about
This commit is contained in:
parent
cbff376e46
commit
2a8a75304c
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