-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update lint script to not tolerate warnings during linter runs #1236
Conversation
772dafe
to
06542f5
Compare
@ce0la you can check where eslint is used in other places:
|
06542f5
to
daaa5d5
Compare
daaa5d5
to
f761e8d
Compare
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 @ce0la,
If you like to proceed with this PR, you need to fix estlint warnings in apps/browser-extension-wallet.
Smoke Tests job fails on linting it. Check this output: https://github.com/input-output-hk/lace/actions/runs/9654217184/job/26628262898
|
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.
LGTM
Allure Report
smokeTests: ✅ test report for e67a19a5
|
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 good. Thank you @ce0la
Checklist
Proposed solution
This PR configures the CI to fail if one or more warnings are thrown in the linting job.
Testing
Run workflow
button and selectfail-linter-on-warning
from the branch selector dropdownRun workflow
and wait for a few seconds while the workflow gets scheduled