about summary refs log tree commit diff
path: root/clippy_dev/src/new_lint.rs
AgeCommit message (Collapse)AuthorLines
2020-01-31Replace one more copy-pasted clippy_project_root fnPhilipp Hansch-20/+3
2020-01-16Add lifetimes to `LateLintPass`Krishna Sai Veera Reddy-4/+7
2020-01-16Fix rustc lint import paths generated by `new_lint`Krishna Sai Veera Reddy-1/+1
2020-01-15Generate new lints easilyBrad Sherman-0/+182
- Add option in clippy_dev to automatically generate boilerplate code for adding new lints