Shared coding conventions allow teams to collaborate effectively. This rule checks that all file names match a provided regular expression.
^[a-z][-A-Za-z0-9]*.feature$
MyFeature.feature
my-feature.feature