-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix no matching issue corner case for lint CI #1317
Fix no matching issue corner case for lint CI #1317
Conversation
Signed-off-by: Eric <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1317 +/- ##
==========================================
- Coverage 57.42% 51.55% -5.87%
==========================================
Files 330 305 -25
Lines 12091 10652 -1439
Branches 2792 2794 +2
==========================================
- Hits 6943 5492 -1451
- Misses 5102 5114 +12
Partials 46 46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Eric <[email protected]>
'@typescript-eslint/no-unused-vars': [ | ||
'error', | ||
{ | ||
argsIgnorePattern: '^_', |
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.
nice 🔥
Signed-off-by: Eric <[email protected]>
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.
Hi @mengweieric , thanks for this enhancement. I was working with @joshuali925 for the following comments.
532df66
to
febe215
Compare
Signed-off-by: Eric <[email protected]>
Signed-off-by: Eric <[email protected]>
* no matching corner case Signed-off-by: Eric <[email protected]> * adjust some linting rules Signed-off-by: Eric <[email protected]> * using bash array Signed-off-by: Eric <[email protected]> * improve linter Signed-off-by: Eric <[email protected]> * remove redundant check Signed-off-by: Eric <[email protected]> --------- Signed-off-by: Eric <[email protected]>
* no matching corner case Signed-off-by: Eric <[email protected]> * adjust some linting rules Signed-off-by: Eric <[email protected]> * using bash array Signed-off-by: Eric <[email protected]> * improve linter Signed-off-by: Eric <[email protected]> * remove redundant check Signed-off-by: Eric <[email protected]> --------- Signed-off-by: Eric <[email protected]>
* no matching corner case * adjust some linting rules * using bash array * improve linter * remove redundant check --------- Signed-off-by: Eric <[email protected]>
… (opensearch-project#1326) * no matching corner case * adjust some linting rules * using bash array * improve linter * remove redundant check --------- Signed-off-by: Eric <[email protected]> (cherry picked from commit 9c15db0)
Description
succeeded on no matched file: https://github.com/opensearch-project/dashboards-observability/actions/runs/7281188230/job/19841193026#step:8:3
fails on having lint error: https://github.com/mengweieric/dashboards-observability/actions/runs/7281399534/job/19841832379
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.