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
I couldn't find a way to add the length rules to .taylor.yml file.
I mean, if in my .taylor.yml file I have:
only:
- max-file-length
It takes this rule into account, but I couldn't specify via .tailor.yml file how many lines I want to allow. Of course I'm having the same issue with every length rule.
The text was updated successfully, but these errors were encountered:
@pablog, Tailor as of right now does allow you to specify any length rules to the .tailor.yml file. This is something we intend to start work on shortly. You can follow the progress on #382.
I couldn't find a way to add the length rules to
.taylor.yml
file.I mean, if in my
.taylor.yml
file I have:It takes this rule into account, but I couldn't specify via
.tailor.yml
file how many lines I want to allow. Of course I'm having the same issue with every length rule.The text was updated successfully, but these errors were encountered: