Skip to content

Commit 5e90875

Browse files
committed
fix corner case
1 parent 0beabb5 commit 5e90875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/sembr/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ fn ignore(line: &str, in_code_block: bool) -> bool {
8080
in_code_block
8181
|| line.to_lowercase().contains("e.g.")
8282
|| line.contains("i.e.")
83+
|| line.contains("et. al")
8384
|| line.contains('|')
8485
|| line.trim_start().starts_with('>')
8586
|| line.starts_with('#')

0 commit comments

Comments
 (0)