-
Notifications
You must be signed in to change notification settings - Fork 38
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 rules checking that builtin and custom libraries are imported in alphabetical order. #1088
Add rules checking that builtin and custom libraries are imported in alphabetical order. #1088
Conversation
alphabetical order.
56a61ed
to
d4e2a5a
Compare
Thanks for the good PR. In a way it implements #107 . |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1088 +/- ##
==========================================
- Coverage 97.02% 95.47% -1.55%
==========================================
Files 37 38 +1
Lines 4670 4775 +105
==========================================
+ Hits 4531 4559 +28
- Misses 139 216 +77 ☔ View full report in Codecov by Sentry. |
@bhirsz thanks for quick review. |
Yeah, feel free to do so - since it will be also custom rule then we can have such rule for resources as well (people can opt in for it). |
Ok, but I have a question about community rules numbering. |
You can decide it. But since we started with 00, then next one could be 01. Community rules are prefixed with 1 so final rule will be for example 10101, 10102... |
Add rules if builtin and custom libraries are sorted alphabetically