From f40524ca02f8a8d75e6c13faa38fff12da84c5a5 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Fri, 20 Oct 2023 14:19:05 -0700 Subject: [PATCH] Ignore build gcloud config in yamllint Small cleanup to avoid false warnings on local linting. --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index 212605a41c..4eb220daed 100644 --- a/.yamllint +++ b/.yamllint @@ -8,6 +8,7 @@ rules: ignore: - /build/.gomod/ + - /build/.config/ - /install/ - /sdks/ - /test/sdk/