diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index c7a69e71..34979410 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -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) + + -------------------------------------------------------------------------------- ## Ruby