superlint/lib/functions
Benjamin Wuethrich 95aabd4cfa
feat(bash-exec): add option to ignore shell library files ()
Introduce a new configuration variable, BASH_EXEC_IGNORE_LIBRARIES. If
set to true, the behaviour of bash-exec is modified: if a shell file has
a file extension and no shebang line, it is ignored, i.e., allowed to be
non-executable. This allows files that are only every sourced from other
shell files, acting as libraries and not executables, to have no
executable bit set without failing the bash-exec linter.
2024-02-27 18:17:22 +00:00
..
buildFileList.sh docs: suggest setting fetch-depth on ref errors () 2024-02-27 13:25:18 +01:00
detectFiles.sh feat(bash-exec): add option to ignore shell library files () 2024-02-27 18:17:22 +00:00
githubEvent.sh feat: automatically set the default branch () 2024-02-08 08:41:07 +00:00
linterCommands.sh feat(bash-exec): add option to ignore shell library files () 2024-02-27 18:17:22 +00:00
linterRules.sh chore: simplify error code checks () 2024-01-30 08:48:24 +01:00
linterVersions.sh chore: simplify error code checks () 2024-01-30 08:48:24 +01:00
log.sh feat(bash-exec): add option to ignore shell library files () 2024-02-27 18:17:22 +00:00
possum.sh break out: () 2020-11-12 11:27:34 -06:00
setupSSH.sh feat: enable shell error checks () 2024-02-20 19:05:39 +00:00
updateSSL.sh feat: enable shell error checks () 2024-02-20 19:05:39 +00:00
validation.sh feat(bash-exec): add option to ignore shell library files () 2024-02-27 18:17:22 +00:00
worker.sh feat: show error output when info is disabled () 2024-02-10 10:16:31 +01:00