..
golint
fix issue #691 ( #700 )
2022-06-28 18:14:26 +03:00
add-constant.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
argument-limit.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
atomic.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
banned-characters.go
Add banned characters rule ( #532 ) ( #591 )
2021-10-14 20:56:29 +02:00
bare-return.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
bool-literal-in-expr.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
call-to-gc.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
cognitive-complexity.go
fixes issue #451 ( #452 )
2020-08-05 19:25:57 +03:00
confusing-naming1.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
confusing-naming2.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
confusing-results.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
constant-logical-expr.go
Incorrect handling of token.{LEQ,GEQ} for constant-logical-expr ( #642 )
2022-02-27 09:37:51 +01:00
context-as-argument.go
Allow whitelist for the context parameter check ( #616 )
2021-12-31 17:11:18 -08:00
cyclomatic-2.go
refactor(cyclomatic): improved message for cyclomatic
rule ( #629 )
2022-01-31 17:33:43 +01:00
cyclomatic.go
refactor(cyclomatic): improved message for cyclomatic
rule ( #629 )
2022-01-31 17:33:43 +01:00
datarace.go
add rule datarace ( #683 )
2022-04-18 09:45:42 -07:00
deep-exit_test.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
deep-exit.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
defer-loop-disabled.go
adds defer rule
2020-06-08 09:40:38 -07:00
defer-only-loop-enabled.go
adds defer rule
2020-06-08 09:40:38 -07:00
defer.go
adds defer rule
2020-06-08 09:40:38 -07:00
disable-annotations2.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
disable-annotations3.go
fix issue #540 ( #543 )
2021-07-11 21:31:46 -07:00
disable-annotations.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
duplicated-imports.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
early-return.go
Late return rule ( #406 )
2020-05-08 11:14:21 -07:00
empty-block.go
removes type-checking from empty-block rule
2020-05-20 12:05:56 -07:00
empty-lines.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
error-strings-with-custom-functions.go
Allow to customize user functions in rule error-strings
( #703 )
2022-07-05 21:51:50 +02:00
exported-issue-519.go
Exported config ( #565 )
2021-08-26 08:36:24 -07:00
exported-issue-552.go
Exported config ( #565 )
2021-08-26 08:36:24 -07:00
exported-issue-555.go
Exported config ( #565 )
2021-08-26 08:36:24 -07:00
flag-param.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
function-length1.go
new rule function-length ( #504 )
2021-03-20 15:45:30 -07:00
function-length2.go
new rule function-length ( #504 )
2021-03-20 15:45:30 -07:00
function-length3.go
new rule function-length ( #504 )
2021-03-20 15:45:30 -07:00
function-result-limit.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
get-return.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
identical-branches.go
identical-branches initial implementation
2020-05-08 22:08:16 +02:00
if-return.go
fix issue #537 ( #538 )
2021-06-29 13:04:51 -07:00
import-shadowing.go
fix 534 ( #536 )
2021-06-29 21:40:40 +02:00
imports-blacklist-original.go
Fixes issue #619 imports-blacklist support regex ( #684 )
2022-04-21 16:04:00 +02:00
imports-blacklist.go
Fixes issue #619 imports-blacklist support regex ( #684 )
2022-04-21 16:04:00 +02:00
line-length-limit.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
lint-file-header1.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
lint-file-header2.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
lint-file-header3.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
lint-file-header4.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
lint-file-header5.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
lint-file-header6.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
max-public-structs.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
modifies-param.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
modifies-value-receiver.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
nested-structs.go
fix issue 664 ( #665 )
2022-03-31 17:40:26 +02:00
optimize-operands-order.go
Add optimize-operands-order rule ( #599 ) ( #603 )
2021-10-23 09:29:14 +02:00
range-val-address.go
range-val-address: improve detection ( #647 )
2022-03-12 09:32:57 +01:00
range-val-in-closure.go
fix issue #637 ( #638 )
2022-02-15 22:46:24 +01:00
receiver-naming-issue-669.go
fix(receiver-naming): distinguish types with parameters ( #692 )
2022-06-18 18:47:53 +02:00
redefines-builtin-id.go
Remove built-in types that existing only for the Go documentation ( #675 )
2022-04-08 15:18:18 +02:00
string-format.go
Check string literals against regular expressions ( #511 )
2021-04-18 18:35:30 +02:00
string-of-int.go
Add banned characters rule ( #532 ) ( #591 )
2021-10-14 20:56:29 +02:00
struct-tag.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
superfluous-else.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
time-equal.go
add new rule time equal ( #584 )
2021-10-01 13:55:53 +02:00
time-naming.go
fix: time-naming
issue #571 ( #572 )
2021-09-12 16:09:14 -07:00
unconditional-recursion.go
fixes false positive in unconditional-recursion
2021-10-15 13:14:03 -07:00
unexported-naming.go
new rule: unexported-naming ( #443 )
2020-07-23 02:17:20 +03:00
unhandled-error-w-ignorelist.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
unhandled-error.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
unnecessary-stmt.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
unreachable-code.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
unused-param.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
unused-receiver.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
use-any.go
adds rule use-any ( #660 )
2022-03-29 11:25:38 -07:00
useless-break.go
fix issue 556 ( #557 )
2021-08-16 12:15:17 +02:00
var-naming_test.go
fix #622 (Rule 'var-naming' should allow Fuzz_xxx) ( #623 )
2022-01-18 15:26:29 +01:00
var-naming.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00
waitgroup-by-value.go
renames fixtures as testdata to avoid spurious dependencies ( #359 )
2020-03-02 09:12:43 -10:00