| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-10 | 2.2 kB | |
| v0.14.0 source code.tar.gz | 2025-09-10 | 184.2 kB | |
| v0.14.0 source code.zip | 2025-09-10 | 361.9 kB | |
| Totals: 3 Items | 548.4 kB | 0 | |
What's Changed
- checkers/exitAfterDefer: handle optional
deferproperly by @Afterous in https://github.com/go-critic/go-critic/pull/1437 - checkers/deprecatedComment: check that deprecated convention appears in a separate paragraph by @mx-psi in https://github.com/go-critic/go-critic/pull/1470
- dev: enable goprintffuncname linter by @alexandear in https://github.com/go-critic/go-critic/pull/1478
- checkers: add dupOption by @alingse in https://github.com/go-critic/go-critic/pull/1471
- all: rename gocritic to go-critic by @cristaloleg in https://github.com/go-critic/go-critic/pull/1482
- deps: bump golang.org/x/tools from 0.31.0 to 0.32.0 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1484
- checker/badCond: rhs should be also check for safe expr by @codeimmortal in https://github.com/go-critic/go-critic/pull/1486
- deps: bump golang.org/x/tools from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1489
- checker: add
zeroByteRepeatfor avoidingbytes.Repeat([]byte{0}, x)by @codeimmortal in https://github.com/go-critic/go-critic/pull/1488 - docs/readme: add Homebrew install instructions by @krehel in https://github.com/go-critic/go-critic/pull/1491
- deps: bump golang.org/x/tools from 0.33.0 to 0.34.0 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1492
- deps: bump golang.org/x/tools from 0.34.0 to 0.35.0 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1498
- ci: bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1501
- ci: bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1503
- deps: bump golang.org/x/tools from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/go-critic/go-critic/pull/1500
New Contributors
- @mx-psi made their first contribution in https://github.com/go-critic/go-critic/pull/1470
- @codeimmortal made their first contribution in https://github.com/go-critic/go-critic/pull/1486
- @krehel made their first contribution in https://github.com/go-critic/go-critic/pull/1491
Full Changelog: https://github.com/go-critic/go-critic/compare/v0.13.0...v0.14.0