Pattern: Missing whitespace after ,
/;
/:
Issue: -
There should be whitespace after the characters ,
, ;
, and :
.
my_tuple = 1,2,3
my_tuple = 1, 2, 3
Pattern: Missing whitespace after ,
/;
/:
Issue: -
There should be whitespace after the characters ,
, ;
, and :
.
my_tuple = 1,2,3
my_tuple = 1, 2, 3