Jason Newcomb
e34c6dbae5
Refactor for using config values:
...
* Construct lint passes by taking `Conf` by reference.
* Use `HashSet` configs in less places
* Move some `check_crate` code into the pass constructor when possible.
2024-07-17 14:05:49 -04:00
Alex Macleod
7093444bfa
Use absolute path for declare_tool_lint in declare_clippy_lint
2023-11-25 17:45:27 +00:00
xFrednet
41570c1ee7
Update version attribute for 1.72 lints
2023-08-18 18:27:10 +02:00
Alex Macleod
2811effe34
Add imports_granularity = "Module" to rustfmt.toml
2023-07-13 12:44:57 +00:00
Catherine
d1957b87c8
Update excessive_nesting.rs
2023-06-09 16:29:34 -05:00
Catherine
b7fedb88cf
Update excessive_nesting.rs
2023-06-09 16:28:01 -05:00
Centri3
5da34559ee
Check if from proc macro and better tests
2023-06-07 18:34:34 -05:00
Centri3
725399a178
move to complexity but don't lint by default
2023-06-07 18:34:34 -05:00
Centri3
378d77584a
work with lint attributes
2023-06-07 18:34:34 -05:00
Centri3
493a23e957
check non-inline modules, ignore all macros
2023-06-07 18:34:34 -05:00
Centri3
88143ac295
decided against reinventing the wheel
2023-06-07 18:34:34 -05:00
Catherine
a9da61b115
couple more notes
2023-06-07 18:34:34 -05:00
Centri3
e68dbc3308
add excessive_nesting
...
Close code block in example
2023-06-07 18:34:34 -05:00