Closed enkessler closed 7 years ago
The following feature file is triggering the 'Scenario has a commented out tag' rule on Scenario Bar, even though there are no commented tags:
Feature: FooBar Scenario: Foo * a step # Just a comment @some_tag Scenario: Bar
The same feature with no preceding scenarios does not trigger the issue:
Feature: FooBar # Just a comment @some_tag Scenario: Bar
It looks like #85 might fix this.
The following feature file is triggering the 'Scenario has a commented out tag' rule on Scenario Bar, even though there are no commented tags:
The same feature with no preceding scenarios does not trigger the issue: