Skip to content

Commit 36dd82f

Browse files
committed
Merge remote-tracking branch 'cariad-tech/fix/copyright_regression' into better-copyrights
2 parents 7fd389c + 1ec6cb1 commit 36dd82f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/cluecode/copyrights.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,9 +1254,6 @@ def build_detection_from_node(
12541254
(r"^owner/author\(s\)\.?$", 'NNP'),
12551255
(r"^[a-z].+\(s\)[\.,]?$", 'JUNK'),
12561256

1257-
# parens in the middle: for(var
1258-
(r"^[a-zA-Z]+[\)\(]+,?[\)\(]?[a-zA-Z]+[\.,]?$", 'JUNK'),
1259-
12601257
# single period
12611258
(r"^\.$", 'JUNK'),
12621259

0 commit comments

Comments
 (0)