23 |
{
|
24 |
#[allow(clippy::redundant_else)]
|
25 |
if leftovers.len() < 1000 {
|
164 |
if !self.has_props() {
|
165 |
#[allow(clippy::redundant_else)]
|
166 |
if self.has_label() {
|
15 |
#[allow(clippy::redundant_else)]
|
16 |
impl Lint for HasAtLeastOneValidLicenseAnnotation {
|
165 |
#[must_use]
|
166 |
#[allow(clippy::redundant_else)]
|
167 |
#[allow(clippy::cognitive_complexity)] // REFACTOR: Improve
|
176 |
#[allow(clippy::redundant_else)]
|
177 |
pub fn insert(&self, v: Arc<T>) -> CLLItem<T> {
|
341 |
clippy::module_name_repetitions,
|
342 |
clippy::redundant_else,
|
343 |
clippy::shadow_unrelated,
|
227 |
clippy::new_ret_no_self,
|
228 |
clippy::redundant_else,
|
229 |
clippy::return_self_not_must_use,
|
32 |
clippy::doc_markdown,
|
33 |
clippy::redundant_else,
|
34 |
clippy::match_same_arms,
|
3 |
clippy::useless_conversion,
|
4 |
clippy::redundant_else,
|
5 |
clippy::match_same_arms,
|
2 |
#![allow(clippy::needless_doctest_main)]
|
3 |
#![allow(clippy::redundant_else)] // not useful
|
10 |
clippy::needless_lifetimes,
|
11 |
clippy::redundant_else,
|
12 |
clippy::single_match_else,
|
8 |
clippy::implicit_hasher,
|
9 |
clippy::redundant_else
|
10 |
)]
|
20 |
clippy::implicit_hasher,
|
21 |
clippy::redundant_else
|
22 |
)]
|
80 |
clippy::ptr_as_ptr,
|
81 |
clippy::redundant_else,
|
82 |
clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7324
|
68 |
clippy::or_fun_call,
|
69 |
clippy::redundant_else,
|
70 |
clippy::shadow_unrelated,
|
29 |
clippy::or_fun_call,
|
30 |
clippy::redundant_else,
|
31 |
clippy::shadow_unrelated,
|
19 |
clippy::or_fun_call,
|
20 |
clippy::redundant_else,
|
21 |
clippy::shadow_unrelated,
|
18 |
clippy::or_fun_call,
|
19 |
clippy::redundant_else,
|
20 |
clippy::shadow_unrelated,
|
1 |
#![deny(missing_docs)]
|
2 |
#![allow(clippy::redundant_else, clippy::too_many_lines)]
|
3 |
#![doc = include_str!("../README.md")]
|
32 |
clippy::option_if_let_else,
|
33 |
clippy::redundant_else,
|
34 |
clippy::manual_map,
|
145 |
clippy::must_use_candidate,
|
146 |
clippy::redundant_else,
|
147 |
clippy::shadow_unrelated,
|
156 |
clippy::must_use_candidate,
|
157 |
clippy::redundant_else,
|
158 |
clippy::shadow_unrelated,
|
155 |
clippy::must_use_candidate,
|
156 |
clippy::redundant_else,
|
157 |
clippy::shadow_unrelated,
|
45 |
clippy::module_name_repetitions,
|
46 |
clippy::redundant_else,
|
47 |
clippy::single_match_else
|
28 |
clippy::needless_doctest_main,
|
29 |
clippy::redundant_else,
|
30 |
clippy::unseparated_literal_suffix
|
24 |
clippy::needless_return,
|
25 |
clippy::redundant_else,
|
26 |
clippy::manual_assert,
|
102 |
#![allow(clippy::collapsible_else_if)]
|
103 |
#![allow(clippy::redundant_else)]
|
104 |
#![allow(clippy::map_unwrap_or)]
|
14 |
#![allow(clippy::module_name_repetitions)] // modules named after structs they define
|
15 |
#![allow(clippy::redundant_else)] // may make code less clear
|
16 |
//
|
83 |
// Authorized redundant else to conform to MISRA-C:2004 Rule 14.10 and to not conflict with clippy::else_if_without_else
|
84 |
#![allow(clippy::redundant_else)]
|
160 |
clippy::needless_pass_by_value,
|
161 |
clippy::redundant_else,
|
162 |
clippy::toplevel_ref_arg,
|
33 |
clippy::needless_return,
|
34 |
clippy::redundant_else,
|
35 |
clippy::manual_assert,
|
80 |
clippy::ptr_as_ptr,
|
81 |
clippy::redundant_else,
|
82 |
clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7324
|
348 |
clippy::module_name_repetitions,
|
349 |
clippy::redundant_else,
|
350 |
clippy::shadow_unrelated,
|
349 |
clippy::module_name_repetitions,
|
350 |
clippy::redundant_else,
|
351 |
clippy::shadow_unrelated,
|
341 |
clippy::module_name_repetitions,
|
342 |
clippy::redundant_else,
|
343 |
clippy::shadow_unrelated,
|
137 |
clippy::option_if_let_else,
|
138 |
clippy::redundant_else,
|
139 |
clippy::single_match_else,
|
84 |
clippy::option_if_let_else,
|
85 |
clippy::redundant_else,
|
86 |
clippy::single_match_else,
|
10 |
#![allow(clippy::redundant_pub_crate)] // check is broken
|
11 |
#![allow(clippy::redundant_else)] // can make code more readable
|
12 |
#![allow(clippy::explicit_iter_loop)] // can make code more readable
|
280 |
clippy::never_loop,
|
281 |
clippy::redundant_else,
|
282 |
clippy::return_self_not_must_use,
|
30 |
clippy::ptr_as_ptr,
|
31 |
clippy::redundant_else,
|
32 |
clippy::similar_names,
|