-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: reenable lint for test files #17979
Conversation
bac4944
to
0512e94
Compare
Codecov Report
@@ Coverage Diff @@
## master #17979 +/- ##
=======================================
Coverage 67.08% 67.08%
=======================================
Files 1611 1611
Lines 64919 64929 +10
Branches 6871 6872 +1
=======================================
+ Hits 43548 43556 +8
- Misses 19504 19506 +2
Partials 1867 1867
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -180,17 +181,6 @@ module.exports = { | |||
], | |||
'no-only-tests/no-only-tests': 'error', | |||
'max-classes-per-file': 0, | |||
'@typescript-eslint/no-non-null-assertion': 0, | |||
// TODO: disabled temporarily, re-enable after monorepo |
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.
🎉
* chore: reenable lint for test files * fix comments
* chore: reenable lint for test files * fix comments
SUMMARY
reenable lint for test files
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
CI
ADDITIONAL INFORMATION