John Downs
Results
1
issues of
John Downs
E124 says: ``` Closing brackets should match the indentation of the opening bracket. Anti-pattern result = function_that_takes_arguments('a', 'b', 'c', 'd', 'e', 'f', ) Best practice result = function_that_takes_arguments('a', 'b', 'c',...