debian-cis/lib
Thibault Ayanides b9e129d8fe IMP(shellcheck): disable sed replacement (SC2001)
Shellcheck recommands to replace sed by shell expansions in 'simple' cases.
However, the replacement here is likely to lead to erros, so we disable this rule.
Moreover, it does'nt really add readability.
2020-12-10 08:34:57 +01:00
..
shellfmt IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
.gitignore Initial Commit Basic folders 2016-04-01 07:50:08 +02:00
common.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
constants.sh IMP(shellcheck): fix harmless warnings 2020-12-07 14:53:10 +01:00
main.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
utils.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00