Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-23 | core: replace `set -e` by `set -o errexit` in shell scripts | Sébastien Helleu | |
2023-01-04 | core: add script check_scripts.sh | Sébastien Helleu | |
This script is now used in CI to check all shell scripts (*.sh) and Python scripts (*.py) that are in git repository. Tools used: - shell scripts: shellcheck - Python scripts: flake8 + pylint + bandit |