Skip to content

Conversation

@Rehan-MALAK
Copy link
Contributor

@gabrielhdt
Copy link
Collaborator

Just a side note, on developing shell scripts, I couldn't recommend enough ShellCheck (can be installed and used by flycheck).

@Rehan-MALAK
Copy link
Contributor Author

Nice tool !
I corrected most of the errors/warnings (mostly due to double quoting missing around arrays and not checking if a directory doesn't exist)
But I took the liberty to add a .shellcheckrc disabling
''SC2086 Double quote array expansions to avoid re-splitting elements'' because most of the time, if the string is splitted, the script wouldn't be working properly anyway.

@Rehan-MALAK
Copy link
Contributor Author

sorry, correcting with shellcheck suggestions actually broke something

@Rehan-MALAK
Copy link
Contributor Author

Ok, now this should be ok.

git clean -dffx && rm -vf graph.png graph.dot && make install && cd tools/depgraph/ && ./depgraph.sh

graph

@fblanqui fblanqui requested a review from gabrielhdt April 30, 2020 13:45
Copy link
Collaborator

@gabrielhdt gabrielhdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only have some suggestions. Thank you @Rehan-MALAK!

@fblanqui
Copy link
Member

fblanqui commented May 8, 2020

@Rehan-MALAK @gabrielhdt what is the status of this PR? Thanks to tell me when it will be ready to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants