Skip to content

Commit

Permalink
Adjust Clippy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 11, 2023
1 parent a5f5a6b commit d8a447b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
# -A clippy::collapsible-if \
# -A clippy::collapsible_else_if \
# -A clippy::module-inception \
# -A clippy::too-many-arguments \
# -A clippy::comparison_chain \
# -A clippy::or-fun-call \
# -A clippy::redundant_pattern_matching \
# -A clippy::type_complexity \
# -A clippy::if_same_then_else \
# -A clippy::single-match \
# -A clippy::unit_arg
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
single-char-binding-names-threshold = 7
type-complexity-threshold = 400
type-complexity-threshold = 600
1 change: 1 addition & 0 deletions crates/kas-wgpu/src/draw/text_pipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ impl Window {
}
}

#[allow(clippy::too_many_arguments)]
pub fn text_effects(
&mut self,
pipe: &mut Pipeline,
Expand Down

0 comments on commit d8a447b

Please sign in to comment.