aboutsummaryrefslogtreecommitdiffstats
path: root/.revive.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore(lint): use golangci-lint to call revive and misspell checker. (#18145)Bo-Yi Wu2022-01-021-27/+0
| | | | | | replace revive and misspell with golangci-lint Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Enable linter [rule.modifies-value-receiver] and refactor RoleDescriptor ↵Gusted2021-12-261-0/+1
| | | | (#18093)
* Avoid double imports (#17569)Gusted2021-11-081-0/+1
| | | | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* refactor: replace lint to revive (#5422)Bo-Yi Wu2018-12-031-0/+25
* refactor: replace lint to revive * make changes. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>