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 value-list-max-empty-lines #3814

Merged
merged 1 commit into from Nov 27, 2018

Conversation

ota-meshi
Copy link
Member

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

Closes #3610

Is there anything in the PR that needs further explanation?

e.g.

code:

a { padding: 10px

10px 10px 10px }

fixed:

a { padding: 10px
10px 10px 10px }

@ota-meshi ota-meshi force-pushed the add-autofix/value-list-max-empty-lines branch from d0e1f7d to 3138fe9 Compare November 22, 2018 08:42
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!

@ntwb ntwb merged commit f7aba89 into master Nov 27, 2018
@ntwb ntwb deleted the add-autofix/value-list-max-empty-lines branch November 27, 2018 07:10
@ntwb
Copy link
Member

ntwb commented Nov 27, 2018

Changelog 279b8b4

Added: value-list-max-empty-lines autofix (#3814).

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.

Add autofix to value-list-max-empty-lines
3 participants