Help Wantednew rule
描述
Is there something else that can warn|error about incorrect spacing around parens? Basically to enforce a style guide.
bad:
hello('there')
good:
hello( 'there' )
Is there something else that can warn|error about incorrect spacing around parens? Basically to enforce a style guide.
bad:
hello('there')
good:
hello( 'there' )