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

Omit lint workflow temporarily #108

Closed
wants to merge 1 commit into from

Conversation

ohltyler
Copy link
Member

@ohltyler ohltyler commented Mar 6, 2024

Description

With the ongoing development & many TODOs & console log statements included, the lint workflow is always failing, and consequently causes all PRs to never have fully passing CI checks. This PR omits that workflow for now.

Tracking issue to re-enable (currently targeting an ECD of 2.15): #109

Check List

  • 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.

Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.30%. Comparing base (2d176f0) to head (de7993f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  Coverage   19.30%   19.30%           
=======================================
  Files          50       50           
  Lines         746      746           
  Branches       71       73    +2     
=======================================
  Hits          144      144           
  Misses        595      595           
  Partials        7        7           

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

# - name: Run lint script
# run: |
# cd OpenSearch-Dashboards/plugins/dashboards-flow-framework
# yarn lint:es common/* public/* server/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of commenting the workflow, you can disable it from Github itself. Ref

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh awesome! I've just disabled from there. Closing this PR, thanks!

@ohltyler ohltyler closed this Mar 6, 2024
@ohltyler ohltyler deleted the omit-lint branch March 6, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants