aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
AgeCommit message (Expand)Author
2023-02-11Fix .golangci.yml (#22868)zeripath
2023-02-04Refactor git command package to improve security and maintainability (#22678)wxiaoguang
2023-02-03update to build with go1.20 (#22732)techknowlogick
2023-01-12Add more packages to denylist (#22412)Jason Song
2022-12-08Update go dev dependencies (#22064)silverwind
2022-10-16Simplify fmt-check (#21458)silverwind
2022-09-20Configure golangci-lint to show all issues (#21106)silverwind
2022-08-18Add badge capabilities to users (#20607)techknowlogick
2022-08-07Switch to building with go1.19 (#20695)techknowlogick
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-05-10Update go tool dependencies (#19676)silverwind
2022-04-01Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang
2022-03-21Add 1.18 (#19151)Sasha Melentyev
2022-03-16use go1.18 to build gitea (#19099)techknowlogick
2022-03-15Use `go run` for tool dependencies, require go 1.17 (#18874)silverwind
2022-02-12Reduce CI go module downloads, add make targets (#18708)silverwind
2022-01-20format with gofumpt (#18184)6543
2022-01-02chore(lint): use golangci-lint to call revive and misspell checker. (#18145)Bo-Yi Wu
2021-11-18Remove unnecessary variable assignments (#17695)Gusted
2021-11-17Move user follow and openid into models/user/ (#17613)Lunny Xiao
2021-11-17Enable bidichk (#17610)Gusted
2021-11-11Remove `golint` as linter (#17609)Gusted
2021-09-24Move login related structs and functions to models/login (#17093)Lunny Xiao
2021-06-09Refactor routers directory (#15800)Lunny Xiao
2021-05-07Drop back to use IsAnInteractiveSession for SVC (#15749)zeripath
2021-03-09Fix typo in .golangci.yml (#14933)Ikko Ashimine
2021-01-26Move macaron to chi (#14293)Lunny Xiao
2020-12-08Move webhook type from int to string (#13664)Lunny Xiao
2020-11-13Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao
2020-10-11Update golangci-lint to version 1.31.0 (#13102)kolaente
2020-09-29Add default storage configurations (#12813)Lunny Xiao
2020-02-02Improve push update options (#10105)Lunny Xiao
2019-11-02Add API for Issue set Subscription (#8729)6543
2019-10-08Update golangci to v1.20 (#8432)kolaente
2019-08-23Use gitea forked macaron (#7933)Tamal Saha
2019-08-13Update golangci-lint to v1.17.1 (#7848)techknowlogick
2019-06-12Add golangci (#6418)kolaente