-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Is it possible to add rules for suite folder? #50
Comments
It is not possible to write a rule for a folder; rflint was designed to
work on files. However, if you pass a folder to rflint, it will
automatically search every robot file in that folder.
…On Mon, Mar 19, 2018 at 4:34 AM, lusheldon ***@***.***> wrote:
Hi, thanks for your working firstly.
I'm trying to walk every keyword in the suite folder to find out similar
keywords in different resource file.
But I was not able to add rules base on suite folder class.
Is it possible to add rules for folder? Any reply would be greatly
appreciated!
@guykisel <https://github.com/guykisel> @boakley
<https://github.com/boakley>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#50>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABEmYvCCh9nVDGjTxRcyAVenUSf_zZ4yks5tf3usgaJpZM4Sv1j8>
.
|
hi @boakley, in relation to @lusheldon question. Is it possible to change the path of the TIA! 😄 P.S. I'm not really a programmer 😁 still learning python |
Hi, thanks for your working firstly.
I'm trying to walk every keyword in the suite folder to find out similar keywords in different resource file.
But I was not able to add rules base on suite folder class.
I don't understand how to pass the folder class into apply method in the rule class.
Is it possible to add rules for folder? Any reply would be greatly appreciated!
@guykisel @boakley
The text was updated successfully, but these errors were encountered: