Skip to content

Commit

Permalink
chore(lint): apply workaround for codespell warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 9, 2023
1 parent 7b50156 commit 2e047cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
crate
ser
nd
2 changes: 1 addition & 1 deletion src/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ mod tests {
}));
assert!(notification.matches_filter(&NotificationFilter {
app_name: None,
summary: Regex::new("te*").ok(),
summary: Regex::new("tes*").ok(),
body: None,
}));
assert!(notification.matches_filter(&NotificationFilter {
Expand Down

0 comments on commit 2e047cb

Please sign in to comment.