summaryrefslogtreecommitdiff
path: root/maint/add_warning.py
Commit message (Expand)AuthorAgeFilesLines
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-1/+1
* Remove some planned items in add_warnings.Nick Mathewson2021-10-091-8/+12
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-2/+2
* Move "use_unwrap" lint from some to want listS0AndS02021-08-251-1/+1
* add_warning.py: explain what to do when no args are givenNick Mathewson2021-08-181-0/+4
* Add clippy::missing_panics_doc to add_warnings.py.Nick Mathewson2021-08-181-0/+1
* Add the "implicit_clone" lint.S0AndS02021-08-171-1/+1
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-0/+1
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-1/+1
* Add clippy warn needless pass by valueYUAN LYU2021-06-211-1/+1
* Add clippy warn needless borrowYUAN LYU2021-06-211-1/+1
* Note a couple of more desired warnings.Nick Mathewson2021-06-171-0/+2
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-1/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-1/+6
* Add the little script I use to add warnings to crates.Nick Mathewson2021-05-181-0/+100