Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Releases: delivery-club/delivery-club-rules

v0.2.0

28 Jan 10:34
Compare
Choose a tag to compare

What's Changed

  • add skip-rules flag @peakle
  • update flags documentation and usage for binary mode by @peakle in #64
  • delete time comparison rule by @peakle in #65

Full Changelog: v0.1.0...v0.2.0

v0.1.0

31 Aug 06:14
3002df6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0

v0.0.9

28 Aug 19:38
a2d7b7c
Compare
Choose a tag to compare

What's Changed

  • add new rule errCheckInIf by @peakle in #61
  • update go-ruleguard version to v0.3.17 by @peakle in #62

Full Changelog: v0.0.8...v0.0.9

v0.0.8

23 May 06:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

11 May 11:35
6c25461
Compare
Choose a tag to compare

What's Changed

  • simplify rule regexp compile in loop by @peakle in #6
  • new rule syncPoolNonPtr by @peakle in #12
  • fix module vendoring by @peakle in #22
  • extend type assert rule by @peakle in #23
  • add rule unslosedResource by @peakle in #10
  • add new rule unclosedTimer by @peakle in #21
  • add new rule uselessLocalConst by @peakle in #27
  • bug: var escape for unclosed time, unclosed resource by @peakle in #28
  • add tests for autofix by @peakle in #29
  • add documentation for each rule by @peakle in #32
  • add rule unstoppedTicker by @peakle in #33
  • extend regexpCompileInLoop rule by @peakle in #35
  • add feature for build linter as binary by @peakle in #37
  • support external rules for binary mode by @peakle in #41
  • tags enhacement for binary mode by @peakle in #42
  • add rule oneLineReturn by @peakle in #36
  • fix import fail of internal pkg for binary mode by @peakle in #44
  • skip all imports in precompilation step by @peakle in #45
  • add support for check fields in simplifyErrorReturn rule by @peakle in #48
  • add installation option by curl by @peakle in #49
  • skip experimental tag by default (binary mode) by @peakle in #55
  • add support consecutive calls for unclosedResorce rule by @peakle in #51
  • add new rule simplifyTimeComparison by @peakle in #57
  • optimize regexps usage in rules by @peakle in #58

Full Changelog: v0.0.6...v0.0.7