v0.20.2 - 2024-06-20
v0.20.1 - 2024-06-20
- chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in the dependencies group by @dependabot in #103
- chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 in the dependencies group by @dependabot in #105
v0.20.0 - 2024-04-22
- Add
exclude-files:
section for excluding files from analysis by @k1LoW in #101
v0.19.1 - 2024-04-08
- chore(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in the dependencies group by @dependabot in #99
v0.19.0 - 2024-04-02
- Update go and pkgs by @k1LoW in #96
- [ifacenames] Allow
-or
( e.g. Validator ) by @k1LoW in #95 - chore(deps): bump the dependencies group with 1 update by @dependabot in #98
v0.18.4 - 2023-12-17
- Update Go wiki URL by @k1LoW in #93
v0.18.3 - 2023-12-13
- Add errorstrings.exclude-test by @k1LoW in #92
- docs: add the installation guide with aqua by @suzuki-shunsuke in #91
v0.18.2 - 2023-09-30
- Add space acound URL for clickable links in GitHub by @k1LoW in #86
- For funcfmt analyzer, allow exclusion with a comment at the end too. by @k1LoW in #88
v0.18.1 - 2023-09-27
- Fix inconsistencies within the same rule by @k1LoW in #84
v0.18.0 - 2023-09-26
- Add funcfmt analyzer by @k1LoW in #82
v0.17.0 - 2023-09-26
v0.16.0 - 2023-09-22
- Add handlerrors analyzer by @k1LoW in #76
- Fix loading types.Config by @k1LoW in #78
v0.15.0 - 2023-09-21
- Add dontpanic analyzer by @k1LoW in #74
v0.14.2 - 2023-09-20
v0.14.1 - 2023-09-20
v0.14.0 - 2023-09-20
- Add errorstrings analyzer by @k1LoW in #71
v0.13.4 - 2023-09-20
- Add
-recvnames.max
option by @k1LoW in #68
v0.13.3 - 2023-09-20
- Fix useq detection by @k1LoW in #66
v0.13.2 - 2023-09-19
- Add
init
command by @k1LoW in #65
v0.13.1 - 2023-09-19
- Fix repetition exclude by @k1LoW in #63
v0.13.0 - 2023-09-19
- Add useany analyzer by @k1LoW in #60
v0.12.1 - 2023-09-18
v0.12.0 - 2023-09-18
- Add reference style credits by @k1LoW in #57
v0.11.0 - 2023-09-16
- varnames analyzer supports excluding variables from analysis. by @k1LoW in #52
- Add recvtype analyzer by @k1LoW in #54
v0.10.6 - 2023-09-16
v0.10.5 - 2023-09-16
- Separate each analyzer for stand-alone use by @k1LoW in #47
v0.10.4 - 2023-09-16
- Update nilslices ( Check distinction between a nil slice and a non-nil ) by @k1LoW in #45
v0.10.3 - 2023-09-15
v0.10.2 - 2023-09-15
Test*
function exists in*_test
package by @k1LoW in #42
v0.10.1 - 2023-09-14
v0.10.0 - 2023-09-14
- Add getter analyzer by @k1LoW in #40
v0.9.0 - 2023-09-13
- Add nilslices analyzer by @k1LoW in #38
v0.8.0 - 2023-09-13
- Add repetition analyzer by @k1LoW in #35
v0.7.1 - 2023-09-13
- Add .gostyle.yml by @k1LoW in #34
v0.7.0 - 2023-09-13
- Add varnames analyzer by @k1LoW in #27
- Support *ast.RangeStmt (underscores, mixedcaps) by @k1LoW in #28
- Revert "Add
init
command to generate .gostyle.yml" by @k1LoW in #29 - Use source by @k1LoW in #30
v0.6.0 - 2023-09-12
- Support config file by @k1LoW in #23
- Add
init
command to generate .gostyle.yml by @k1LoW in #25
v0.5.0 - 2023-09-12
- Support exclude words in mixedcaps analyzer by @k1LoW in #20
- Check only where the name is defined. by @k1LoW in #21
- Add underscores analyzer by @k1LoW in #22
- Check renamed package name by @k1LoW in #19
v0.4.0 - 2023-09-12
- By default, generated code is not inspected. by @k1LoW in #17
v0.3.2 - 2023-09-12
- Reporter can be used generally. by @k1LoW in #15
v0.3.1 - 2023-09-12
- Add analyzer for receiver names by @k1LoW in #13
v0.3.0 - 2023-09-11
- Support
-disable
option by @k1LoW in #8 - Add pkgnames analyzer by @k1LoW in #10
- Add message prefix by @k1LoW in #11
v0.2.0 - 2023-09-11
- Support inline ignore directives in comments by @k1LoW in #7