-
Notifications
You must be signed in to change notification settings - Fork 312
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
Change shellcheck severity level to warning #5996
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5996 +/- ##
========================================
Coverage 90.18% 90.18%
========================================
Files 180 180
Lines 15780 15780
========================================
Hits 14231 14231
Misses 1549 1549
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
api/gradlew
Outdated
@@ -36,9 +36,9 @@ while [ -h "$PRG" ] ; do | |||
fi | |||
done | |||
SAVED="`pwd`" | |||
cd "`dirname \"$PRG\"`/" >/dev/null | |||
cd "`dirname \"$PRG\"`/" >/dev/null || exit |
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.
we can use $() syntax as well
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.
Updated all the usages of ` in gradlew to use $()
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
Signed-off-by: Judy Ng <[email protected]>
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.
Great work!
Description of changes
tests/
folder (many warnings are from the tests)Tests
Checklist
develop
add the branch name as prefix in the PR title (e.g.[release-3.6]
).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.