Skip to content

Commit

Permalink
fix(main): fixed typo #1206
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Nov 19, 2023
1 parent 691ee18 commit f8cf6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ impl App {
.map(|(_, (status, min_level))| {
calcurate_wizard_rule_count(
false,
["exclude", "noisy", "deprecated", "unsupported"].to_vec(),
["excluded", "noisy", "deprecated", "unsupported"].to_vec(),
min_level,
status.to_vec(),
[].to_vec(),
Expand Down

0 comments on commit f8cf6e6

Please sign in to comment.