
org.sonar.l10n.gherkin.rules.gherkin.no-feature.html Maven / Gradle / Ivy
A file that does not define any feature is useless. It can either be safely removed or a feature should be
added to this file.
Noncompliant Code Example
# Empty file
Compliant Solution
Feature: My feature...
Scenario: My scenario #1
...
© 2015 - 2025 Weber Informatics LLC | Privacy Policy