Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autofix to selector-list-comma-space-after #3490

Merged
merged 2 commits into from Aug 12, 2018
Merged

Add autofix to selector-list-comma-space-after #3490

merged 2 commits into from Aug 12, 2018

Conversation

ota-meshi
Copy link
Member

Which issue, if any, is this issue related to?

selector-list-comma-space-after in #2829

Is there anything in the PR that needs further explanation?

ex.

  • option: always***

    code:

    a,b {}

    fixed:

    a, b {}
  • option: never***

    code:

    a, b {}

    fixed:

    a,b {}

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Member

@hudochenkov hudochenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

fixed: "a, b, c {}",
message: messages.expectedAfter(),
line: 1,
column: 2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good that you added this test.

@hudochenkov
Copy link
Member

  • Added: selector-list-comma-space-after autofix (#3490).

@hudochenkov hudochenkov merged commit 7a2f199 into stylelint:master Aug 12, 2018
@ota-meshi ota-meshi deleted the dev/fixable--selector-list-comma-space-after branch August 12, 2018 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants