-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
adding shellcheck to openverse-catalog
Co-authored-by: Dhruv Bhanushali <dhruv_b@live.com>
Yeah I did that change |
@MustkimKhatik ShellCheck is now running as expected, and flagging a number of warnings and errors. Could you take a look at the ShellCheck output and implement the changes it recommends? |
Yeah, I'll do them! |
@MustkimKhatik are you still able to take on the ShellCheck recommendations to fix the "CI + CD / Lint" check? |
Yep, I'm on them. |
Syntax correction in ```entrypoint.sh```
Syntax correction in ```dag-sync.sh```
Syntax correction in ```prettify.sh```
Hey @krysal, current in dag-sync.sh, it was unused variable and to resolve it I used |
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.
Apart from one change, this looks good to me. Thanks @MustkimKhatik!
Sure, I'll do that change. |
some syntax correction in dag-sync
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.
This is such a useful addition, it feels like magic! Thank you for your contribution, @MustkimKhatik, and welcome to Openverse!
You're welcome and that's my pleasure to work with openverse! |
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.
Thank you for the addition, the changes look great!
Related to WordPress/openverse#289
adding shellcheck to openverse-catalog repo