Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Fixed curly sniff to also add violations when multi-line curly incorrect#25

Merged
yannickl88 merged 1 commit intohostnet:masterfrom
yannickl88:fix/curly-on-same-line
Nov 6, 2017
Merged

Fixed curly sniff to also add violations when multi-line curly incorrect#25
yannickl88 merged 1 commit intohostnet:masterfrom
yannickl88:fix/curly-on-same-line

Conversation

@yannickl88
Copy link
Member

In cases like so the sniffer would not mark it as a violation:

.bad-multi3 { color: #ffffff;
    font-family: sans-serif;
}
.bad-multi4 {
    color: #ffffff;
    font-family: sans-serif; }

With this change it will also mark these cases with a violation.

@yannickl88 yannickl88 merged commit 4233cd9 into hostnet:master Nov 6, 2017
@yannickl88 yannickl88 deleted the fix/curly-on-same-line branch November 6, 2017 07:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants