1
0
Fork 0
forked from forgejo/forgejo

Run go generate and go vet on all packages (#30529)

Fixes: https://github.com/go-gitea/gitea/issues/30512

I think this does mean those tools would run on a potential `vendor`
directory, but I'm not sure we really support vendoring of dependencies
anymore.

`release` has a `vendor` prerequisite so likely the source tarballs
contain vendor files?

(cherry picked from commit 8e12ef911a1d10dedb03e3127c42ca76f9850aca)

Conflicts:
	- Makefile
	  Manually adjusted the changes.
(cherry picked from commit 3918db10c8)
This commit is contained in:
silverwind 2024-04-17 11:40:35 +02:00 committed by Earl Warren
parent 141efd58df
commit d6689b88a8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 9 additions and 11 deletions

View file

@ -1,6 +1,5 @@
// Copyright 2022 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.
// SPDX-License-Identifier: MIT
package integration