-
Notifications
You must be signed in to change notification settings - Fork 532
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
1.2 Cleanup #123
Comments
Could this include alphabetically organising main.js so many merge conflicts from that file this time round. 😄 |
I'll do you one better; divide each rule in to its own test |
❤️ I was planning on it! |
This rules test rewrite is a surprisingly big job, but on the bright side, I think I can drastically speed up our tests by doing so, in addition to making them easier to maintain |
@DanPurdy I think we might as well roll them in to 1.2 as it's not released yet |
@DanPurdy @bgriffith What are your thoughts on renaming |
If we're only enforcing not using it then I agree with using the We should also be switching |
I believe I already did color keyword
|
I think it makes a lot of sense yeah. Have you got any thoughts on #126 @Snugug @bgriffith I'm starting to think the extra option for preventing variables being named the same as colour keywords makes a lot of sense.. In the case you mention above with the Also I'll get the PR up for the fix anyways once the cleanup is done. |
Generally speaking I'm a fan of smaller, more specific rules over larger rules with configuration options. Configuration options should be reserved only for when the parsing of the rule as a whole is deterministic on the options present (like indentation and quotes). |
Go through all of everything and make sure everything is clean and consistent.
no-{{rule}}
The text was updated successfully, but these errors were encountered: