-
Notifications
You must be signed in to change notification settings - Fork 23
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
[chore] Add rule to make provider casing more consistent #3640
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3640 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 811 811
Lines 14575 14575
Branches 4145 4145
=======================================
Hits 14422 14422
Misses 146 146
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3640 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 811 811
Lines 14575 14575
Branches 4138 4138
=======================================
Hits 14422 14422
Misses 146 146
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
…zebo into rvinnakota/lint-rules
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3640 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 811 811
Lines 14575 14575
Branches 4138 4138
=======================================
Hits 14422 14422
Misses 146 146
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Bundle ReportBundle size has no change ✅ |
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.
Small addition to the eslint rule 👀
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.
Do we want to include Bitbucket with these rules, we may mis-case it in the opposite direction BitBucket 👀
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.
Sure, I definitely did that before
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.
Awesome thank you!
…zebo into rvinnakota/lint-rules
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.
Looks all good to me, pending the failing test (could be a flake)
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.
🙌
The linter will now warn if we use Github instead of GitHub, same for GitLab. Also fixes casing errors for Bitbucket.
This closes codecov/engineering-team#3175