Charlie Marsh
|
af40e64d6c
|
Remove Patch abstraction from Fix (#987)
|
2022-12-01 16:04:42 -05:00 |
|
Charlie Marsh
|
2e89cd8802
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
|
Jonathan Plasse
|
9edc479c6c
|
Fix F821 false positive (#911)
|
2022-11-26 10:12:07 -05:00 |
|
Charlie Marsh
|
bdd32c0850
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
Charlie Marsh
|
9315b9f459
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
Anders Kaseorg
|
9a66cf2ffb
|
Fix clippy::uninlined_format_args (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
517ca2604a
|
Fix clippy::needless_pass_by_value (pedantic)
“this argument is passed by value, but not consumed in the function
body”
https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
8d9d9b3204
|
Fix clippy::documentation_markdown (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
731fba9006
|
Ignore clippy::unreadable-literal (pedantic) for CONFUSABLES (#864)
|
2022-11-21 16:00:05 -05:00 |
|
Anders Kaseorg
|
58949b564e
|
Fix clippy::trivially-copy-pass-by-ref (pedantic) (#862)
|
2022-11-21 15:59:51 -05:00 |
|
Jonathan Plasse
|
7cab541343
|
Add convert exit() to sys.exit() rule (#816)
|
2022-11-20 18:09:40 -05:00 |
|
Charlie Marsh
|
965918744b
|
Replace FNV with rustc-hash (#837)
|
2022-11-20 15:38:31 -05:00 |
|
Charlie Marsh
|
0f34cdb7a3
|
Enable customization of autofixable error codes (#811)
|
2022-11-18 18:49:13 -05:00 |
|
Charlie Marsh
|
8cfc0e5cf5
|
Use FnvHasher for unordered maps and sets (#708)
|
2022-11-12 16:09:34 -05:00 |
|
Charlie Marsh
|
7c3d387abd
|
Implement confusing unicode character detection for comments (#653)
|
2022-11-07 21:16:34 -05:00 |
|
Anders Kaseorg
|
b9ec3e9137
|
Correct source link in CONFUSABLES comment (#617)
|
2022-11-05 20:53:05 -04:00 |
|
Charlie Marsh
|
0e3f08aa68
|
Split ambiguous unicode detection into string vs. docstring rules (#590)
|
2022-11-04 14:46:20 -04:00 |
|
Charlie Marsh
|
50c4bbc52b
|
Implement ambiguous unicode character detection (#578)
|
2022-11-04 12:08:26 -04:00 |
|