Skip to main content

A tool for quickly running checks on a set of source code files in a project

Project description

codecheck

Codecheck is a tool for running various kinds of checkers on a set of source code files in parallel. These checks allow to find lots of issues with code very quickly on a developer's workstation, before running expensive build pipelines.

Check types

Codecheck supports the following check types. The check types to run on a file are determined based on the file type.

  • Python
    • Python compilation
    • Importing a file as a Python module
    • Doctest
    • Mypy static analyzer
    • Pycodestyle
    • Python unit tests. This one could be expensive if a project has a lot of unit tests.
  • Bash
    • Shellcheck

Detecting the set of files

Codecheck uses the following approaches to detect the set of files:

  • git ls-files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codecheck-1.0.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page