mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
adding toc
This commit is contained in:
parent
eaed00d27a
commit
5018278a3c
1 changed files with 20 additions and 0 deletions
|
@ -2,6 +2,26 @@
|
|||
If you find you need to ignore certain errors and warnings, you will need to know the format to disable the linter rules.
|
||||
Below is examples and documentation for each language and the various methods to disable.
|
||||
|
||||
## Table of contents
|
||||
- [Ruby](#ruby)
|
||||
- [Shell](#shell)
|
||||
- [Ansible](#ansible)
|
||||
- [YAML](#yaml)
|
||||
- [Python](#python3)
|
||||
- [JSON](#json)
|
||||
- [Markdown](#markdown)
|
||||
- [Perl](#perl)
|
||||
- [XML](#xml)
|
||||
- [Coffeescript](#coffeescript)
|
||||
- [Javascript Eslint](#javascript-(eslint))
|
||||
- [Javascript Standard](#javascript-(standard))
|
||||
- [Typescript Eslint](#typescript-(eslint))
|
||||
- [Typescript Standard](#typescript-(standard))
|
||||
- [Golang](#golang)
|
||||
- [Dockerfile](#dockerfile)
|
||||
- [Terraform](#terraform)
|
||||
|
||||
<!-- toc -->
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Ruby
|
||||
|
|
Loading…
Reference in a new issue