nunnatsa / ginkgolinter

golang linter for ginkgo and gomega
MIT License
25 stars 6 forks source link

Improve focus rule #105

Closed nunnatsa closed 1 year ago

nunnatsa commented 1 year ago

Description

  1. Forbid also the usage of the Focus individual spec, e.g.
    It("test something", Focus, func(){
        Expect(...)...
    })
  2. Also forbid the FDescribeTable and the FEntry focused containers.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

@nunnatsa

github-actions[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 5852308387


Changes Missing Coverage Covered Lines Changed/Added Lines %
ginkgohandler/handler.go 2 17 11.76%
<!-- Total: 14 29 48.28% -->
Totals Coverage Status
Change from base Build 5851657335: -1.0%
Covered Lines: 928
Relevant Lines: 1105

đź’› - Coveralls