Help Wantednew rule
Repository-Metriken
- Stars
- (1.203 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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' )