From 063a807974a0b4f16662f67623a1b282aa292b68 Mon Sep 17 00:00:00 2001 From: Alex Bozhenko Date: Fri, 10 Jan 2025 14:23:28 -0800 Subject: [PATCH] add Signed-off-by: Alex Bozhenko --- .golangci.next.reference.yml | 1 + .golangci.reference.yml | 1 + .golangci.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.golangci.next.reference.yml b/.golangci.next.reference.yml index e49e9f879c9a..87d22f27897c 100644 --- a/.golangci.next.reference.yml +++ b/.golangci.next.reference.yml @@ -1,3 +1,4 @@ +# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json # This file contains all available configuration options # with their default values (in comments). # diff --git a/.golangci.reference.yml b/.golangci.reference.yml index e49e9f879c9a..87d22f27897c 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -1,3 +1,4 @@ +# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json # This file contains all available configuration options # with their default values (in comments). # diff --git a/.golangci.yml b/.golangci.yml index 49ff84bcfa76..d7b7f8afefcb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,4 @@ +# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json # This configuration file is not a recommendation. # # We intentionally use a limited set of linters.