aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0735845..f7312d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
-## Copyright 2020, 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: 2020 M. Shulhan <ms@kilabit.info>
+## SPDX-License-Identifier: GPL-3.0-or-later
.PHONY: all
all: test lint install
@@ -18,7 +17,8 @@ test:
.PHONY: lint
lint:
- golangci-lint run ./...
+ -golangci-lint run ./...
+ -reuse lint --quiet
.PHONY: install
install: