-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[CI] Run ESLint in Danger #34305
[CI] Run ESLint in Danger #34305
Conversation
Base commit: 9797388 |
Base commit: a53512f |
1ce6a69
to
9706373
Compare
9f8e1a8
to
a12d3f0
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
5c0f7c0
to
7f32fae
Compare
7f32fae
to
addee80
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @cipolleschi in 1bba590. When will my fix make it into a release? | Upcoming Releases |
Summary: This PR runs eslint in PR using Danger. ## Changelog [General] [Changed] - Run ESLint in CI Pull Request resolved: facebook#34305 Test Plan: 1. Add a JS lint error in the package/react-native-codegen package. 2. Observe the CI task post a message with the errors 3. Fix the errors 4. Observe the CI task report completion with no errors Reviewed By: cortinico Differential Revision: D38315268 Pulled By: cipolleschi fbshipit-source-id: 9984402ee427dd62d47dd716f73c030e6d0f7b5e
Summary: This PR runs eslint in PR using Danger. ## Changelog [General] [Changed] - Run ESLint in CI Pull Request resolved: facebook#34305 Test Plan: 1. Add a JS lint error in the package/react-native-codegen package. 2. Observe the CI task post a message with the errors 3. Fix the errors 4. Observe the CI task report completion with no errors Reviewed By: cortinico Differential Revision: D38315268 Pulled By: cipolleschi fbshipit-source-id: 9984402ee427dd62d47dd716f73c030e6d0f7b5e
Summary
This PR runs eslint in PR using Danger.
Changelog
[General] [Changed] - Run ESLint in CI
Test Plan