MarketSquare / robotframework-robocop

Tool for static code analysis of Robot Framework language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable not used from Variables section

bhirsz opened this issue · comments

Currently we only support detecting not used variables in local scope. We could also parse section variables. If the file is not resource but test/task file, all variables from variables section should be used within file.

This rule is very interesting, you could also report it as info, in resource files.