Skip to content

v0.13.0

Compare
Choose a tag to compare
@nunnatsa nunnatsa released this 18 Jul 05:31
· 80 commits to main since this release

New Rule: disallow focus containers

This new rule prevent the leaking of a local debug code to the repo, by forbidding the usage of the ginkgo focus container (FDescribe, FContext, FWhen and FIt).

new suppress comment

in order to locally suppress this new rule, use the following comment (see more details at the README.md

// ginkgo-linter:ignore-focus-container-warning

new command line flag

--suppress-focus-container=true - to suppress the new rule

Misc

Docs

fix the version of golangci-lint in the README.md by @chetan-rns

bump golang to 1.20

New Contributors - thank you so much! 🥇

Full Changelog: v0.12.2...v0.13.0