From 876901629f571fdccd2b9998f676749b319de6b2 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 26 Jul 2022 08:20:04 -0700 Subject: [PATCH] Disable license header bot comments Signed-off-by: Victor Chang --- .licenserc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index c7a0d4fb2..3e69cebac 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -32,7 +32,7 @@ header: - 'src/coverlet.runsettings' - 'src/.vs' - comment: on-failure + comment: never # license-location-threshold specifies the index threshold where the license header can be located, # after all, a "header" cannot be TOO far from the file start.