..
add-constant.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
argument-limit.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
atomic.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
banned-characters.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
bare-return.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
blank-imports.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
bool-literal-in-expr.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
call-to-gc.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
cognitive-complexity.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
confusing-naming.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
confusing-results.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
constant-logical-expr.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
context-as-argument.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
context-keys-type.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
cyclomatic.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
datarace.go
add rule datarace ( #683 )
2022-04-18 09:45:42 -07:00
deep-exit.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
defer.go
Capture yet more bad defer / recover patterns ( #719 )
2022-07-24 09:34:16 +02:00
dot-imports.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
duplicated-imports.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
early-return.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
empty-block.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
empty-lines.go
fix #670 ( #708 )
2022-07-14 15:15:42 +02:00
error-naming.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
error-return.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
error-strings.go
Allow to customize user functions in rule error-strings
( #703 )
2022-07-05 21:51:50 +02:00
errorf.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
exported.go
fix issue #691 ( #700 )
2022-06-28 18:14:26 +03:00
file-header.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
flag-param.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
function-length.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
function-result-limit.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
get-return.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
identical-branches.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
if-return.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
import-shadowing.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
imports-blacklist.go
Fixes issue #619 imports-blacklist support regex ( #684 )
2022-04-21 16:04:00 +02:00
increment-decrement.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
indent-error-flow.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
line-length-limit.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
max-public-structs.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
modifies-param.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
modifies-value-receiver.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
nested-structs.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
optimize-operands-order.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
package-comments.go
Make package comment more confident ( #694 )
2022-06-19 13:21:31 +02:00
range-val-address.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
range-val-in-closure.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
range.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
receiver-naming.go
fix(receiver-naming): distinguish types with parameters ( #692 )
2022-06-18 18:47:53 +02:00
redefines-builtin-id.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
string-format.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
string-of-int.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
struct-tag.go
adds checks for protobuf struct tags ( #707 )
2022-07-15 11:15:55 -07:00
superfluous-else.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
time-equal.go
add new rule time equal ( #584 )
2021-10-01 13:55:53 +02:00
time-naming.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
unconditional-recursion.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
unexported-naming.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
unexported-return.go
fix(receiver-naming): distinguish types with parameters ( #692 )
2022-06-18 18:47:53 +02:00
unhandled-error.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
unnecessary-stmt.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
unreachable-code.go
add testing.FailNow and related function to unreachable check ( #711 )
2022-07-20 15:41:31 -07:00
unused-param.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
unused-receiver.go
Add revive linting action and fix linting errors ( #455 )
2020-08-15 00:50:13 +03:00
use-any.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
useless-break.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
utils.go
fix(receiver-naming): distinguish types with parameters ( #692 )
2022-06-18 18:47:53 +02:00
var-declarations.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00
var-naming.go
fix(var-naming): set node to package name for underscore in package name ( #689 )
2022-05-23 12:30:25 +02:00
waitgroup-by-value.go
Lint cleanup ( #679 )
2022-04-10 11:55:13 +02:00