-
Notifications
You must be signed in to change notification settings - Fork 527
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
Hotfix Master: Fix overriding default rules #310
Conversation
Also just noticed that this addresses #278 to a degree, although the tests will remain to be updated. |
👍 Looks good to me |
5df996d
to
3140d18
Compare
@benthemonkey had the majority of this working I just found a few small issues on top of that with inline rules and how they interacted with the other rules being set. Looking to get this out with 1.3.1 |
mixins-before-declarations: 1 | ||
no-color-literals: 2 | ||
|
||
~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just that last one! Same issue as before.
Hotfix Master: Fix overriding default rules
Hotfix Master: Fix overriding default rules
Fixes an issue with default rules always being merged into user defined configurations even if
merge-default-rules
is set to false.Fixes #309
DCO 1.1 Signed-off-by: Dan Purdy danjpurdy@gmail.com