Skip to content

v1.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 10:03
· 13 commits to master since this release
815ffde

What's Changed

BREAKING CHANGE: package-related checks moved from var-naming to a new rule package-naming.
var-naming options skipPackageNameChecks, extraBadPackageNames, and skipPackageNameCollisionWithGoStd are deprecated and treated as no-ops.

Features

Bug fixes

  • fix: forbid enabling both enableAllRules and enableDefaultRules by @alexandear in #1642

Docs

Updates

Other

Full Changelog: v1.14.0...v1.15.0