diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |
