-
-
Notifications
You must be signed in to change notification settings - Fork 943
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
infra(unicorn): switch-case-braces #2721
Conversation
I'm totally unbiased regarding this rule. I just enabled it because it is the default. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2721 +/- ##
========================================
Coverage 99.57% 99.57%
========================================
Files 2859 2859
Lines 248878 248934 +56
Branches 996 631 -365
========================================
+ Hits 247820 247886 +66
+ Misses 1029 1019 -10
Partials 29 29
|
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.
I started some month ago to prefer this rule (default) as well
Ref: #2439
Enables the
unicorn/switch-case-braces
lint rule.