-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm in the middle of introducing Stylelint to a project. In order to smooth things over a little I've set defaultSeverity
to "warning", which reports as below, but doesn't issue an error code:
app/styles/utilities/shadow.css
8:35 ⚠ Expected single space after "," in a single-line function function-comma-space-after
8:37 ⚠ Expected single space after "," in a single-line function function-comma-space-after
8:39 ⚠ Expected single space after "," in a single-line function function-comma-space-after
12:35 ⚠ Expected single space after "," in a single-line function function-comma-space-after
12:37 ⚠ Expected single space after "," in a single-line function function-comma-space-after
12:39 ⚠ Expected single space after "," in a single-line function function-comma-space-after
16:33 ⚠ Expected single space after "," in a single-line function function-comma-space-after
16:35 ⚠ Expected single space after "," in a single-line function function-comma-space-after
16:37 ⚠ Expected single space after "," in a single-line function function-comma-space-after
20:33 ⚠ Expected single space after "," in a single-line function function-comma-space-after
20:35 ⚠ Expected single space after "," in a single-line function function-comma-space-after
20:37 ⚠ Expected single space after "," in a single-line function function-comma-space-after
I'm not seeing these annotations in my build, which would be desirable to encourage teammates to resolve these. Is there a configuration option I'm missing with this action?
Metadata
Metadata
Assignees
Labels
No labels