aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1f81abe9..af994b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-## Copyright 2018, Shulhan <ms@kilabit.info>. All rights reserved.
-## Use of this source code is governed by a BSD-style
-## license that can be found in the LICENSE file.
+## SPDX-FileCopyrightText: 2018 M. Shulhan <ms@kilabit.info>
+##
+## SPDX-License-Identifier: BSD-3-Clause
COVER_OUT:=cover.out
COVER_HTML:=cover.html
@@ -38,7 +38,7 @@ test.prof:
lint:
-fieldalignment ./...
-shadow ./...
- -go vet ./...
+ go vet ./...
$(CIIGO):
go install git.sr.ht/~shulhan/ciigo/cmd/ciigo