Václav Fuksa
Václav Fuksa
@boakley, it sounds great to me! The confusion among '`:=`' and that existing optional '`=`' would be lower than in case of "keyword `=`"; and I think the same for...
Thanks. @pekkaklarck, for the analysis. My opinion: - 1 is my favourite. :) Some remarks: Not everyone uses that unnecessary "=" in assignments, we write just `${variable} Keyword`. Replacing _Set...
@pekkaklarck , I'd like to make an objection to your second point regarding limiting headers to singular and plural only. There are several languages where dual number of nouns is...
I like your idea: translation of header parts can have just one form (plural), and (original) English can have singular forms as well as a legacy (for now). I am...
Thanks. I understand difficulties of implementation of context awareness. I did not know what could be done in Robocop easily... It's a pity. However, what about extending the rule so...
@mnojek, this is not a matter of time. My knowledge of Python and object-oriented programming do not allow me to contribute to such a big project...
I am sorry I create many issues today, but I am carefully going through our code standard and thinking how Robocop could help us to observe it. 😄
Hi, thanks for you attitude and ideas! To be clear: by word "indentation", I mean just amount of whitespace at the beginning of a line, not whitespace between tokens. (The...
I guess there are errors in the proposed statements: these should be `Set Test Variable ${testVar} testVarValue` and so on...
Hi, and what about converting value of the non-string variable to string and match it against the regexp? And then use its original value if it is accepted. Would it...