-
Notifications
You must be signed in to change notification settings - Fork 25k
[CI] Use ShellCheck #19681
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] Use ShellCheck #19681
Conversation
0856b9e to
2ae6b4e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cd2f3d4 to
87efe80
Compare
Generated by 🚫 dangerJS |
2bf7a4e to
f193de5
Compare
analysis-bot
left a comment
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.
eslint found some issues. You may run yarn prettier or npm run prettier to fix these.
| const body = | ||
| '`eslint` found some issues. You may run `yarn prettier` or `npm run prettier` to fix these.'; | ||
| const event = 'REQUEST_CHANGES'; | ||
|
|
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.
no-unused-vars: 'sendComment' is defined but never used.
c04a9cb to
4589727
Compare
hramos
left a comment
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.
Code analysis results:
shellcheckfound some issues.
9e64c65 to
d7246b7
Compare
d7246b7 to
7d5ddad
Compare
facebook-github-bot
left a comment
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.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: As recommended in https://circleci.com/docs/2.0/using-shell-scripts/#use-shellcheck It will only run on PRs for now. Pull Request resolved: facebook#19681 Differential Revision: D10111711 Pulled By: hramos fbshipit-source-id: e980a526561dced79e5197a11cfb41a3eba9be8b
As recommended in https://circleci.com/docs/2.0/using-shell-scripts/#use-shellcheck
It will only run on PRs for now.