diff options
author | John Olheiser | 2020-04-05 01:20:50 -0500 |
---|---|---|
committer | GitHub | 2020-04-05 07:20:50 +0100 |
commit | baadb51445b1d990f72a37b0ef7575f5ed72824a (patch) | |
tree | 192fa25f2dc144bfa5c78adafc9ccd8f92db86bb /.gitignore | |
parent | b74d30ae275b4f025f689efca748dd0cbd826b22 (diff) |
Add gitea-vet (#10948)
* Add copyright
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add gitea-vet and fix non-compliance
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Combine tools.go into build.go and clean up
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove extra GO111MODULE=on
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f588c8152..2f6b021c3 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ coverage.all *.log /gitea +/gitea-vet /debug /integrations.test |