From 278a79f09385921ef2aff783d5c37f674bcd5080 Mon Sep 17 00:00:00 2001 From: Will Badart Date: Tue, 28 Apr 2020 12:33:30 -0700 Subject: [PATCH] Mention YAMLLINT_CONFIG_FILE in the documentation --- docs/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 0322ad3..d0e920b 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -16,6 +16,7 @@ following locations (by order of preference): - ``.yamllint``, ``.yamllint.yaml`` or ``.yamllint.yml`` in the current working directory +- the file referenced by ``$YAMLLINT_CONFIG_FILE``, if set - ``$XDG_CONFIG_HOME/yamllint/config`` - ``~/.config/yamllint/config``