bhirsz / robotframework-cop-academy

Tool for static code analysis and formatting of Robot Framework language
Apache License 2.0
2 stars 0 forks source link

Rename group rules to more human readable abbrevations #18

Open bhirsz opened 2 weeks ago

bhirsz commented 2 weeks ago

Currently rules use group ids:

image

I believe it could be better to use letters instead of group id. After all there is no reason to keep to only numbers.

For example:

tag-with-space / W0601 -> tag-with-space / TAG01

We can also use this as opportunity to split rules more. Currently most of our rules are under "misc" and could be further grouped. Using letters allows us to create more groups than before.

bhirsz commented 2 weeks ago

list rules should also list in groups, so it's easier to read.