REQUEST: Implement standard for Shell/Bash #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the feature
I've developed a custom standard for Shell/Bash that should be published under Zernit project to ensure code quality of these files
Expected behavior
esnitchimplementation (if we are using something that we don't expect end-user to mess with to implement an auto-ban or alike feature to handle the script)POSIXCompatibilty - All Shell/bash scripts should start with shebang#!/bin/shso that they are expected to be posix compatible. If there is something that we can't do alike arrays we should change the shebang on#!/bin/bashor#!/usr/bin/env bashand put a comment;# POSIX: Reason to why this doesn't work on posixabove the conflicting code so that it can be converted to posix-compatibility on demand