From 49d37b4903a4e85e05e576d06286bb6d0bd57903 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 9 Apr 2023 12:23:33 +0900 Subject: [PATCH] add package comment and enable all checks of staticcheck --- Makefile | 2 +- mmv.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91cf1d9..99530ce 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ test: build .PHONY: lint lint: $(GOBIN)/staticcheck go vet ./... - staticcheck ./... + staticcheck -checks all ./... $(GOBIN)/staticcheck: go install honnef.co/go/tools/cmd/staticcheck@latest diff --git a/mmv.go b/mmv.go index 4b6fae9..0a9856c 100644 --- a/mmv.go +++ b/mmv.go @@ -1,3 +1,4 @@ +// Package mmv provides a method to rename multiple files. package mmv import (