yamllint

An opensource yaml linter application.

disable whole file

In order to disable linting for the whole file, the following line can be added at the very top (line 1) of the file:

```yaml # yamllint disable-file


```

Limiting to rules is not supported when disabling for a whole file.