All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.gherkin.rules.gherkin.no-feature.html Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version

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