From a8dbdfd1c4fe6c059a3dddbcb68f18e2c0700618 Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Tue, 28 Jul 2020 10:30:10 -0400 Subject: [PATCH] Consolidate duplicate header definitions See 6dfae48b65f5b5. Signed-off-by: Andrew Keesler --- .golangci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 9477ae33..475e94c8 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -63,8 +63,6 @@ linters-settings: lines: 125 statements: 50 goheader: - template: |- - Copyright 2020 VMware, Inc. - SPDX-License-Identifier: Apache-2.0 + template-path: hack/header.txt goimports: local-prefixes: github.com/suzerain-io