diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-02-03 04:27:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 15:27:34 -0500 |
commit | bf1970d0bd5137a2e8102e117d56b27a13fb1627 (patch) | |
tree | b4fff5ada06d6bb2a055b058e3918efcbb622288 /.golangci.yml | |
parent | 70aa629ae7b1a21a4de099dfadc7845e80aeeb25 (diff) | |
download | gitea-bf1970d0bd5137a2e8102e117d56b27a13fb1627.tar.gz gitea-bf1970d0bd5137a2e8102e117d56b27a13fb1627.zip |
Improve push update options (#10105)
* Improve push update options
* fix test
* More refactor and fix lint
* fix lint
* Fix lint
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 121ef583ac..0bd71b7fb1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -95,3 +95,6 @@ issues: - linters: - misspell text: '`Unknwon` is a misspelling of `Unknown`' + - path: models/update.go + linters: + - unused |