From cd06e4ae28458d538fe5c47bd177c30a74910535 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Wed, 30 Dec 2020 01:58:49 +0100 Subject: [PATCH] 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 :) --- docs/integration.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/integration.rst b/docs/integration.rst index 75a1f0c..5870021 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -70,3 +70,17 @@ You can configure yamllint to run on ``arc lint``. Here is an example } } } + +Integration with `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