1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00:00

Remove unnecessary variable assignments (#17695)

* Remove unnecessary variable assignments

As title

* enable ineffassign

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Gusted
2021-11-18 01:33:06 +00:00
committed by GitHub
parent b01f6c1a8c
commit c98dd7a3e0
32 changed files with 59 additions and 72 deletions

View File

@@ -15,6 +15,7 @@ linters:
- misspell
- gocritic
- bidichk
- ineffassign
enable-all: false
disable-all: true
fast: false