boakley / robotframework-lint

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

InvalidTable isn't catching everything #24

Closed boakley closed 9 years ago

boakley commented 9 years ago

InvalidTable searchings for strings like "Test cases", "keywords", etc, but doesn't do an anchored search. Thus, a table named "Keywordz" passes since "Keyword" is part of the name.

boakley commented 9 years ago

A fix for this will be available in the next release (0.6)