Skip to content
Snippets Groups Projects
user avatar
Mads Kiilerich authored
The check pattern only checked for whitespace between keyword and operator.

Now it also warns:
 >     x = f(),7
 missing whitespace after ,
 >     x = f()+7
 missing whitespace in expression
b35e3364
History
Name Last commit Last update
..