-
Notifications
You must be signed in to change notification settings - Fork 17
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
Linterchecks #329
Linterchecks #329
Conversation
Is this PR still needed? |
Yes, it is, though it has a somewhat low priority to me. It should improve our code by a lot. If I understood @Noki right, he would really like to see this in the next release too. This should be rebased and then it should be fine. I think I marked it as draft, because I somehow mistrust, that all code executes exactly equal to the forme one. We can test this properly in an RC-Release though. |
This commit fixes some shellcheck issues in the mentioned script. It precedes #315. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Fix some minor issues and set some shellcheck directive to satisfy the CI and clarify some thing for future programmers. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
semver.sh is not our own library. We shouldn't check it therfore. This precedes #315. Signed-off-by: Martin Hübner <martin.hubner@web.de>
adjust dependencies, to include jshn too. Signed-off-by: Martin Hübner <martin.hubner@web.de>
noteworthy: removed backtick-notation for subshell calls. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Shellcheck found some minor issues left, that were fixed with this commit. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Add a notice that autoupdate is licensed under GPL. Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
Signed-off-by: Martin Hübner <martin.hubner@web.de>
(cherry picked from commit 38591b0)
nevermind. This branch is not needed anymore. |
The only purpose of this PR is to run the new shelcheck-ci on the draft-pr #328. It will be closed, once it isn't useful anymore.