| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I can also revert the autoformat and autofix commits so you can commit them yourself if you prefer also. I also did not mention, I recommend using a shellcheck editor extension as it can help avoid a lot of issues, even if you don't adopt it as part of the CI or anything. shfmt also just uses the .editorconfig standard to determine how to format the files, I added one in that seemed close enough to what you already used. Feel free to adjust as you see fit and I can reset the formatting commits (best to keep those to a minimum). There is also extensions available for shfmt for most editors. |
Sorry, something went wrong.
|
@ZeroEcks Thank you so much for highlighting this topic up. It is super interesting and valuable for the whole project. Is it OK to keep you posted about my learning progress and not merging it right now? |
Sorry, something went wrong.
|
Totally fine! the shellcheck wiki can be good for learning about the common mistakes in shell scripts. Feel free to email me any questions. |
Sorry, something went wrong.
|
@ZeroEcks Thank you so much for your help. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hi, as we briefly discussed in #289, I think that it could be beneficial to the repository to have two things
I have included two things
./fmt.sh which provides some simple utilities for formatting, checking and auto application
Two Github Actions workflows
Please note, there is still a bunch of shellcheck issues I did not autofix, mostly because I would like to know if these are welcome changes before I spend time resolving them :)