Changelog
- e1a4191 Appending Indicator to the list of projects using Revive. (#1065)
- 53a111d adds check for receiver names length (#1048)
- eb18252 adds filename-format rule (#1092)
- e9b7f3a bumps go version to 1.21.1 and update dependencies (#1050)
- 7fa1b27 chore(deps): update golang docker tag to v1.23 (#1071)
- 78c3a6c chore: enable test shuffle and fix TestXDGConfigDirNoFile
- ad0f03a chore: fix typo (#1079)
- 599874c chore: remove unnecessary empty lines (#1080)
- 1a3d95f chore: update actions (#1075)
- ca2a32b code cleanup (#1054)
- 0fc9613 docs(README): Update the list of contributors (#1076)
- 8ef730c docs(README): fix TOC, add empty lines (#1074)
- a213a5f documents default exclusion of vendor
- 842b3e2 enhance Docker build process (#1070)
- 3bead6f feat: add
file-length-limit
rule (#1072) - 501cc4a feat: ignore vendor if no exclude set (#1058)
- 4c3641e fix #1032 by comparing string representations of types (#1049)
- 7c068a7 fix duplicated findings for string-format when there is more than one… (#1085)
- 3780c36 fix(deps): update module github.com/fatih/color to v1.18.0 (#1067)
- cea28f8 fix(deps): update module golang.org/x/tools to v0.26.0 (#1057)
- fa9af82 fix: change "GO" to "Go" in the use-any rule (#1077)
- 3249a5e fix: enforce-repeated-arg-type-style rule finds false positives in case of invalid types (#1046)
- 511e4e6 fix: extractInstructionFromJSON returns an error (#1082)
- 798ce21 makes exported rule behave as golint (#1051)
- d293239 refactor: add tests for isGenerated in the lint package (#1083)
- 21344f1 refactor: change to t.Fatal(err) (#1081)
- 0ac1ef7 refactor: fix revive.early-return issues (#1087)
- 7c29b56 refactor: fix typo in the field name of TestFileFilterRule (#1086)
- 14babf2 refactor: move lint.Name to name.go file (#1084)
- 2ae6829 refactor: remove unused parameter in unexported function (#1096)
- 6228ba5 refactor: simplify tests (#1089)
- 662e02c refactor: use "filepath" instead of "path" (#1073)
- fa37c00 removes redefinition of max built-in (#1052)
- 9a8587c revive: add revive.toml for linting revive itself (#1094)
- ff7b0ad rule.exported: add feature to disable checking on const,method,function, variable (#1047)
- d76ffb9 update testdata: var case (#1055)