Add Mega-Linter in list of integrations

Thanks for your nice linter, it works like a charm :)

yamllint page in Mega-Linter documentation is here -> https://nvuillam.github.io/mega-linter/descriptors/yaml_yamllint/

Please notify me if you have any remark :)
pull/349/head
Nicolas Vuillamy 4 years ago committed by GitHub
parent ee4d163ff8
commit cd06e4ae28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,3 +70,17 @@ You can configure yamllint to run on ``arc lint``. Here is an example
}
}
}
Integration with `Mega-Linter<https://nvuillam.github.io/mega-linter/>`
-------------------------
``Mega-Linter`` runs yamllint amongst 70 linters out of the box. Here is an example of
``.mega-linter`` file if you want to only run yamllint
.. code:: yaml
---
# Configuration file for Mega-Linter
# See all available variables at https://nvuillam.github.io/mega-linter/configuration/ and in linters documentation
ENABLE_LINTERS: YAML_YAMLLINT

Loading…
Cancel
Save