boakley / robotframework-lint

Linter for robot framework plain text files
Apache License 2.0
126 stars 48 forks source link

Comments included in keyword settings #62

Closed ntdaley closed 5 years ago

ntdaley commented 5 years ago

Keyword objects can end up with comments in their settings... E.g if a keyword had the line # [Arguments] ${arg} It does not notice the # in the first cell.

Presumably the same issue would exist for tests.