We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following suite gives error
W: 4, 0: Unknown table name 'Tasks' (InvalidTableInResource)
*** Settings *** Documentation Task Documentation *** Tasks *** Testing Task No Operation
This should be accepted since RF 3.1.
Tested with configurations:
Python 3.8.5 robotframework==3.2.2 robotframework-lint==1.1
and
Python 3.8.5 robotframework==4.0.1 robotframework-lint==1.1
Rflint accept *** Tasks *** type if *** Test Cases *** is also defined in suite
*** Tasks ***
*** Test Cases ***
The text was updated successfully, but these errors were encountered:
I've had the same issue, raised a pull request on this #93 if @boakley could accept, merge and release that be ace.
Sorry, something went wrong.
No branches or pull requests
Following suite gives error
W: 4, 0: Unknown table name 'Tasks' (InvalidTableInResource)
This should be accepted since RF 3.1.
Tested with configurations:
and
Rflint accept
*** Tasks ***
type if*** Test Cases ***
is also defined in suiteThe text was updated successfully, but these errors were encountered: