workgroups/vendor/github.com/mgechev/revive/rule
Marvin Preuss 1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone yaml with reusable anchors
2021-09-24 17:34:17 +02:00
..
add-constant.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
argument-limit.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
atomic.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
bare-return.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
blank-imports.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
bool-literal-in-expr.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
call-to-gc.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
cognitive-complexity.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
confusing-naming.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
confusing-results.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
constant-logical-expr.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
context-as-argument.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
context-keys-type.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
cyclomatic.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
deep-exit.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
defer.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
dot-imports.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
duplicated-imports.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
early-return.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
empty-block.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
empty-lines.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
error-naming.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
error-return.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
error-strings.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
errorf.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
exported.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
file-header.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
flag-param.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
function-length.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
function-result-limit.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
get-return.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
identical-branches.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
if-return.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
import-shadowing.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
imports-blacklist.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
increment-decrement.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
indent-error-flow.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
line-length-limit.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
max-public-structs.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
modifies-param.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
modifies-value-receiver.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
nested-structs.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
package-comments.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
range-val-address.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
range-val-in-closure.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
range.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
receiver-naming.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
redefines-builtin-id.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
string-format.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
string-of-int.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
struct-tag.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
superfluous-else.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
time-naming.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unconditional-recursion.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unexported-naming.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unexported-return.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unhandled-error.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unnecessary-stmt.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unreachable-code.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unused-param.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
unused-receiver.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
useless-break.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
utils.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
var-declarations.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
var-naming.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00
waitgroup-by-value.go ci: drone yaml with reusable anchors 2021-09-24 17:34:17 +02:00