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

v0.0.7

Compare
Choose a tag to compare
@peakle peakle released this 11 May 11:35
6c25461

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