You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run rflint --ignore all --error PeriodInSuiteName --recursive ./RFLintTest
$ rflint --ignore all --error PeriodInSuiteName --recursive ./RFLintTest/
+ ./tests/RFLintTest/MyLinter.Testing.robot
E: 0, 0: '.' in suite name 'MyLinter.Testing' (PeriodInSuiteName)
A test suite can be a folder, and running the "PeriodInSuiteName" does not get triggered on the a folder.
Reproducible: 100%
Steps to Reproduce:
Create the following directory structure
Run
rflint --ignore all --error PeriodInSuiteName --recursive ./RFLintTest