This website requires JavaScript.
Explore
Help
Sign In
Hri7566
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4099e4f1b6
gitea
/
vendor
/
github.com
/
mgechev
/
revive
/
rule
History
…
..
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
…
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
…
dot-imports.go
…
duplicated-imports.go
…
early-return.go
…
empty-block.go
…
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
…
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
…
unexported-naming.go
…
unexported-return.go
…
unhandled-error.go
…
unnecessary-stmt.go
…
unreachable-code.go
…
unused-param.go
…
unused-receiver.go
…
utils.go
…
var-declarations.go
…
var-naming.go
…
waitgroup-by-value.go
…