We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beabb5 commit 5e90875Copy full SHA for 5e90875
ci/sembr/src/main.rs
@@ -80,6 +80,7 @@ fn ignore(line: &str, in_code_block: bool) -> bool {
80
in_code_block
81
|| line.to_lowercase().contains("e.g.")
82
|| line.contains("i.e.")
83
+ || line.contains("et. al")
84
|| line.contains('|')
85
|| line.trim_start().starts_with('>')
86
|| line.starts_with('#')
0 commit comments