From a0a86aa5ec07e698e1c8e43cfced7f1008b765a9 Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Sat, 2 Oct 2021 08:13:48 +0000 Subject: [PATCH] Clarify wording example for config.yml Note: The old wording was applicable to the python version of this config file only. --- examples/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/config.yml b/examples/config.yml index ca818414..8dbe5d44 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -354,8 +354,8 @@ # generating our default list. (https://pypi.org/project/spdx-license-list) # # You can override our default list of allowed licenes by setting this option. -# Just supply a custom list of licene names you would like to allow. Setting -# this to `None` disables this lint check. +# Just supply a custom list of licene names you would like to allow. To disable +# checking licenses by the linter, assign an empty value to lint_licenses. # # lint_licenses: # - Custom-License-A