v0.13.0
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! 🥇
- @chetan-rns made their first contribution in #96
Full Changelog: v0.12.2...v0.13.0