Skip to content
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

Enhance code quality checks #411

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Enhance code quality checks #411

merged 2 commits into from
Sep 25, 2023

Commits on Sep 25, 2023

  1. Fix: Code quality was not enforced

    Problem: The code quality of the source code and the scripts was not verified automatically and could result into bugs or noisy commits from other contributors when fixing them.
    
    Solution:
    
    1. Add the tool `flake8` to the CI tests and adds code quality on the runtime Python code.
    
    2. Enable Python tests on the runtime init as well.
    
    3. Add `shellcheck` to check the quality of shell scripts.
    hoh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    637f11b View commit details
    Browse the repository at this point in the history
  2. Cleanup: Code quality issues reported by tooling.

    This fixes a series of small code quality issues raised by our code quality tools.
    hoh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ce59549 View commit details
    Browse the repository at this point in the history