mirror of https://github.com/astral-sh/ruff
wip
This commit is contained in:
parent
98125cc09c
commit
678ff6a165
|
|
@ -105,7 +105,7 @@ pub(crate) fn comment_contains_code(line: &str, task_tags: &[String]) -> bool {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ignore lines with references to issues.
|
// Ignore lines with references to github/gitlab/jira (#999, PROJ-123, !54).
|
||||||
if ISSUE_REFERENCE.is_match(line) {
|
if ISSUE_REFERENCE.is_match(line) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue