Skip to content
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

In need of a bash wizard #20

Open
1egoman opened this issue Oct 15, 2016 · 10 comments
Open

In need of a bash wizard #20

1egoman opened this issue Oct 15, 2016 · 10 comments

Comments

@1egoman
Copy link
Owner

1egoman commented Oct 15, 2016

Are you good at writing bash? I could use some help refactoring Biome. A few things in particular that need updating:

  • Change local variables from uppercase to lowercase (and use the local keyword).
  • I'm pretty sure the convention is to exit with a different error code for each type of error. Right now, if there's an error, the error code is 1.
  • There's a lot of code like echo hello world - this should really be echo "hello world".
  • Anything else that I missed?

Thanks for the help!

@rozuur
Copy link
Contributor

rozuur commented Sep 28, 2017

Can I work on this?

@1egoman
Copy link
Owner Author

1egoman commented Sep 28, 2017

Go for it!

@howdoicomputer
Copy link

@1egoman
Copy link
Owner Author

1egoman commented Sep 28, 2017

Yep, I've just recently learned about shellcheck, and most likely there's a lot of small changes that could be made to make this tool comply with typical bash conventions.

@rozuur Feel free to adjust anything you see to make it more compliant.

@rozuur
Copy link
Contributor

rozuur commented Oct 4, 2017

I was planning to use shellcheck for refactoring. Will send a pull request by EOW.

@rozuur
Copy link
Contributor

rozuur commented Oct 6, 2017

@1egoman I am new to circle ci and doesn't know how to trigger the build. Can you check if shellcheck is invoked with the current pull request?

@Furinkazan33
Copy link

Can i contribute ?

@1egoman
Copy link
Owner Author

1egoman commented Oct 12, 2017

@Furinkazan33 Go for it!

@Furinkazan33
Copy link

@1egoman I need the permission to PR.

@1egoman
Copy link
Owner Author

1egoman commented Oct 13, 2017

@Furinkazan33 Are you saying you need permission to create a pull request? You should be able to fork this project, perform any changes, and issue a pull request without special permission. Maybe I misunderstand what you're asking?

This was referenced Oct 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants