1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/modules/util
Wim cb50375e2b
Add more linters to improve code readability (#19989)
Add nakedret, unconvert, wastedassign, stylecheck and nolintlint linters to improve code readability

- nakedret - https://github.com/alexkohler/nakedret - nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
- unconvert - https://github.com/mdempsky/unconvert - Remove unnecessary type conversions
- wastedassign - https://github.com/sanposhiho/wastedassign -  wastedassign finds wasted assignment statements.
- notlintlint -  Reports ill-formed or insufficient nolint directives
- stylecheck - https://staticcheck.io/docs/checks/#ST - keep style consistent
  - excluded: [ST1003 - Poorly chosen identifier](https://staticcheck.io/docs/checks/#ST1003) and [ST1005 - Incorrectly formatted error string](https://staticcheck.io/docs/checks/#ST1005)
2022-06-20 12:02:49 +02:00
..
filebuffer
compare.go
io.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
legacy_test.go Remove legacy unknwon/com package (#19298) 2022-04-02 00:34:57 +08:00
legacy.go Remove legacy unknwon/com package (#19298) 2022-04-02 00:34:57 +08:00
paginate_test.go
paginate.go
path_test.go
path.go Refactor git module, make Gitea use internal git config (#19732) 2022-06-10 09:57:49 +08:00
remove.go
sanitize_test.go
sanitize.go
sec_to_time_test.go
sec_to_time.go
shellquote_test.go
shellquote.go
slice.go
string_test.go Remove legacy unknwon/com package (#19298) 2022-04-02 00:34:57 +08:00
string.go Remove legacy unknwon/com package (#19298) 2022-04-02 00:34:57 +08:00
timer.go
truncate_test.go
truncate.go
url.go
util_test.go Fix copy/paste of empty lines (#19798) 2022-06-10 21:45:28 +08:00
util.go Prettify number of issues (#17760) 2022-06-12 20:08:23 +08:00