Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 691 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 691 Bytes

RSE bot

Test and build

A tool to analyse whether your code follows best practices.

🚧 This code is currently in pre-alpha stage. 🚧

Currently it only works with public repositories on GitHub.

To run, first install dependencies via poetry:

poetry install

Run it for a given repository like so:

python -m ic_rse_bot ImperialCollegeLondon/FINESSE

The tool will then generate a report highlighting issues with the given repository.