2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)Rust1,391 forks (1,391 forks)batch import
A-lintL-testsT-middlegood first issue
Repository metrics
- Stars
- 10,406 stars (10,406 stars)
- PR merge metrics
- Avg merge 19d 22h (Avg merge 19d 22h)113 merged PRs in 30d (113 merged PRs in 30d)
Description
allow, because assert!()s may be in the tested code
Contributor guide
- Research direction
- Implement a new lint that checks if a test function (marked with #[test]) contains any assertion macros. If not, emit a warning. Study existing lints in clippy for patterns on how to register and test lints.
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- RustClippy