Description
While writing feature file Feature: as a text gives linting error, since it is not used as a keyword it should not give error as There should be only one Feature: keyword in a feature file
For example, the below feature file should not give linting error since Feature: is used as a text:
Feature: Feature name
This is a Feature: description section