adding toc

This commit is contained in:
Lucas Gravley 2020-04-23 09:57:18 -05:00
parent eaed00d27a
commit 5018278a3c

View file

@ -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. 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. 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 ## Ruby