Skip to content

Commit

Permalink
ci: Ignore some lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Aug 31, 2024
1 parent cedb74f commit a155bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_linter.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ALLOWED_LINTS=("must_use_candidate" "missing-errors-doc" "cast_possible_truncation" "cast_possible_wrap" "missing_panics_doc" "cast_sign_loss" "unused_self" "module-name-repetitions")
ALLOWED_LINTS=("must_use_candidate" "missing-errors-doc" "cast_possible_truncation" "cast_possible_wrap" "missing_panics_doc" "cast_sign_loss" "unused_self" "module-name-repetitions" "mutable_key_type")


format_lints(){
Expand Down

0 comments on commit a155bf2

Please sign in to comment.