This rule raises an issue each time a spelling mistake is found in:
- Feature, Background, Scenario, Scenario Outline and Examples names
- Feature, Background, Scenario, Scenario Outline and Examples descriptions
- Step sentences
Notes
- This rule can generate some noise if it is not properly configured:
- A list of words to ignore can be added through the
wordsToIgnore parameter.
- A list of rules to ignore can be added through the
rulesToIgnore parameter. The ID of a
rule is the string between brackets that is displayed at the beginning of the issue message.
- The activation of this rule slightly slows down the analysis.
Links