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
could-be-keyword-tags highlights situations where all keywords in a file use the same tag. These tags can be consolidated in the Settings section instead.
In my code base, it keeps raising situations where all keywords use robot:flatten or robot:private. These tags are instructions for the Robot Framework runtime. Because of this, I don't think they should be consolidated like other tags. I want to keep them explicit.
could-be-keyword-tags
highlights situations where all keywords in a file use the same tag. These tags can be consolidated in the Settings section instead.In my code base, it keeps raising situations where all keywords use
robot:flatten
orrobot:private
. These tags are instructions for the Robot Framework runtime. Because of this, I don't think they should be consolidated like other tags. I want to keep them explicit.Potential fixes:
robot:*
tags (full list)The text was updated successfully, but these errors were encountered: