Skip to content

Conversation

@abkfenris
Copy link
Contributor

Enables the loading of plugins via entry points. This should enable libraries to install and advertise their own plugins without requiring as much user configuration.

Entry points are also used for automatically generating rule documentation.

Closes #69

@abkfenris
Copy link
Contributor Author

abkfenris commented Dec 29, 2025

Currently a little entangled in my ACDD test PR #65 which is keeping me from removing the now auto-generated rule ref doc and changes.

Enables the loading of plugins via entry points. This should enable libraries to install and advertise their own plugins without requiring as much user configuration.

Closes bcdev#69
@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.48%. Comparing base (353e655) to head (79ae08a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   99.48%   99.48%           
=======================================
  Files          74       74           
  Lines        2927     2935    +8     
  Branches      425      426    +1     
=======================================
+ Hits         2912     2920    +8     
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abkfenris abkfenris marked this pull request as ready for review January 23, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Entry-points for loading rule plugins

1 participant