-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Currently you get an output like:
path/to/file1.styl
29 sortOrder error prefer alphabetical when sorting properties
path/to/file1.styl
33 sortOrder error prefer alphabetical when sorting properties
path/to/file1.styl
39:13 colons error unnecessary colon found
path/to/file1.styl
43 sortOrder error prefer alphabetical when sorting properties
path/to/file1.styl
44 sortOrder error prefer alphabetical when sorting properties
path/to/file1.styl
48 sortOrder error prefer alphabetical when sorting properties
while I would prefer output that looks like
path/to/file1.styl
29 sortOrder error prefer alphabetical when sorting properties
33 sortOrder error prefer alphabetical when sorting properties
39:13 colons error unnecessary colon found
43 sortOrder error prefer alphabetical when sorting properties
44 sortOrder error prefer alphabetical when sorting properties
48 sortOrder error prefer alphabetical when sorting properties