optittm / bugprediction

A CLI tool to assess the risk of releasing your next version. Can generate a comprehensive dataset for testing your bug prediction models.
MIT License
0 stars 1 forks source link

Feat/pylint connector #39

Closed FredericDymko closed 1 year ago

FredericDymko commented 1 year ago

Connector

The Pylint connector was created to retrieve different values:

Metrics

Metrics retrieved with Pylint are stored in the Metric class in models/metrics.

Tests

The tests are in the tests folder.