1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-17 17:26:05 +00:00
gitea/vendor/github.com/mgechev/revive/rule
techknowlogick 1c3278c2fa
update revive lint to latest commit (#12921)
* update revive lint to latest commit

* make fmt

* change import
2020-09-22 20:02:16 +03:00
..
add-constant.go
argument-limit.go
atomic.go
bare-return.go
blank-imports.go
bool-literal-in-expr.go
call-to-gc.go
cognitive-complexity.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
confusing-naming.go
confusing-results.go
constant-logical-expr.go
context-as-argument.go
context-keys-type.go
cyclomatic.go
deep-exit.go
defer.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
dot-imports.go
duplicated-imports.go
early-return.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
empty-block.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
empty-lines.go
error-naming.go
error-return.go
error-strings.go
errorf.go
exported.go
file-header.go
flag-param.go
function-result-limit.go
get-return.go
identical-branches.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
if-return.go
import-shadowing.go
imports-blacklist.go
increment-decrement.go
indent-error-flow.go
line-length-limit.go
max-public-structs.go
modifies-param.go
modifies-value-receiver.go
package-comments.go
range-val-address.go
range-val-in-closure.go
range.go
receiver-naming.go
redefines-builtin-id.go
string-of-int.go
struct-tag.go
superfluous-else.go
time-naming.go
unconditional-recursion.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
unexported-naming.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
unexported-return.go
unhandled-error.go
unnecessary-stmt.go
unreachable-code.go
unused-param.go
unused-receiver.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
utils.go update revive lint to latest commit (#12921) 2020-09-22 20:02:16 +03:00
var-declarations.go
var-naming.go
waitgroup-by-value.go