NRLMMD-GEOIPS / NRLMMD-GEOIPS/pluginify
Utility modules under class plugin trees cause issues unless using the exact utils name
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Shared modules directly under plugins/classes are interpreted as plugins and require PLUGIN_CLASS. The scanner supports a utils exclusion, but this layout rule is easy to violate and should be documented and validated with a clear diagnostic. Alternatively Pluginify could just ignore modules that do not have a PLUGIN_CLASS
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the scanner's handling of modules under plugins/classes and its utils exclusion. Review how missing PLUGIN_CLASS is currently reported, then document the layout rule and add a clear diagnostic or the proposed ignore behavior; verify the result with the scanner's existing validation checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100