remove 'length' field from unique_file as it is not used + deprecate unused plugins
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 0
- Forks
- 6
- Avg merge
- 12h 25m
- Merged PRs (30d)
- 5
Description
The length argument is not used by the function. can it be removed?
https://github.com/inmanta/std/blob/master/plugins/__init__.py#L52
Also some of the plugins can probably be deprecated.
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 in plugins/init.py at line 52 and inspect how unique_file uses the length argument. Then review the available plugins and their usages to determine which are unused and should be deprecated. Done means the unused argument is removed and the appropriate unused plugins are deprecated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100