mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-18 15:37:48 +00:00
Little code refactoring
This commit is contained in:
parent
c8b45ecc27
commit
f70343660d
6 changed files with 22 additions and 27 deletions
1
Makefile
1
Makefile
|
|
@ -17,7 +17,6 @@ GOVET = go tool vet -composites=false -methods=false -structtags=false
|
|||
|
||||
.IGNORE: public/css/gogs.css
|
||||
|
||||
# FIXME: find a way to ignore /vendor/ and /data/ directories.
|
||||
govet:
|
||||
$(GOVET) gogs.go
|
||||
$(GOVET) models modules routers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue