paritytech / paritytech/parity-scale-codec
Make all of the integration tests clippy-clean
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 287
- Forks
- 103
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
It'd be nice to make all of our intergation tests (basically everything in the tests directory) clippy-clean so that we can better catch downstream clippy regressions (that is, we want to prevent the code generated by the derive macro from triggering clippy lints in users' code).
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 reviewing the integration tests in the tests directory and running Clippy against them. Check which warnings come from code generated by the derive macro and address the test-side issues needed for a clean result. Done means all integration tests are Clippy-clean and downstream generated code no longer triggers the relevant regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100