diff options
Diffstat (limited to 'vendor/gitea.com/jolheiser/gitea-vet/main.go')
-rw-r--r-- | vendor/gitea.com/jolheiser/gitea-vet/main.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/gitea.com/jolheiser/gitea-vet/main.go b/vendor/gitea.com/jolheiser/gitea-vet/main.go deleted file mode 100644 index 9b8b000065..0000000000 --- a/vendor/gitea.com/jolheiser/gitea-vet/main.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2020 The Gitea Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package main - -import ( - "gitea.com/jolheiser/gitea-vet/checks" - "golang.org/x/tools/go/analysis/unitchecker" -) - -func main() { - unitchecker.Main( - checks.Imports, - checks.License, - ) -} |