Skip to content

A tool for checking a set of source files for common bugs.

Notifications You must be signed in to change notification settings

steinwurf/bughawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugHawk

./icon.png

PyPi Waf Python Tests Black Flake8

BugHawk is a tool for finding common bugs and issues in Steinwurf projects.

Installation

Install the bughawk tool using pip:

python -m pip install bughawk

Alternatively you can also use pipx for the installation (this works in ubuntu 23.04):

pipx install bughawk

Usage

You'll now be able to use the bughawk command line tool. The following will list the available sw commands:

bughawk -l

Update

To update BugHawk use pip:

python -m pip install bughawk

Please make sure to also extend the config file with required information.

Development

When developing a new feature for BugHawk it can be nice to install the local version in editable mode. This can done using the following command:

cd bughawk
python3 -m pip install -e .

To revert this and use the pip package use this command:

cd bughawk
python3 -m pip uninstall bughawk
python -m pip install bughawk

About

A tool for checking a set of source files for common bugs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages