Skip to content
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

[BACKPORT]Fix no matching issue corner case for lint CI (#1317) #1326

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

mengweieric
Copy link
Collaborator

  • no matching corner case

  • adjust some linting rules

  • using bash array

  • improve linter

  • remove redundant check


Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

* no matching corner case

Signed-off-by: Eric <menwe@amazon.com>

* adjust some linting rules

Signed-off-by: Eric <menwe@amazon.com>

* using bash array

Signed-off-by: Eric <menwe@amazon.com>

* improve linter

Signed-off-by: Eric <menwe@amazon.com>

* remove redundant check

Signed-off-by: Eric <menwe@amazon.com>

---------

Signed-off-by: Eric <menwe@amazon.com>
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2c969e3) 51.61% compared to head (a3fef2e) 51.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##              2.x    #1326      +/-   ##
==========================================
- Coverage   51.61%   51.60%   -0.01%     
==========================================
  Files         305      305              
  Lines       10652    10652              
  Branches     2789     2789              
==========================================
- Hits         5498     5497       -1     
- Misses       5108     5109       +1     
  Partials       46       46              
Flag Coverage Δ
dashboards-observability 51.60% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mengweieric mengweieric merged commit 9c15db0 into opensearch-project:2.x Jan 3, 2024
@mengweieric mengweieric deleted the 2.x branch February 14, 2024 18:29
amsiglan pushed a commit to amsiglan/dashboards-observability that referenced this pull request Jun 7, 2024
… (opensearch-project#1326)

* no matching corner case

* adjust some linting rules

* using bash array

* improve linter

* remove redundant check

---------

Signed-off-by: Eric <menwe@amazon.com>
(cherry picked from commit 9c15db0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants