Skip to content

Commit 85a8af0

Browse files
committed
GUID is not a word in a copytights
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent e623ef6 commit 85a8af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cluecode/copyrights.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ def from_node(
909909
# JUNK as camel case with a single hump such as in "processingInfo"
910910
(r'^[a-z]{3,10}[A-Z][a-z]{3,10}$', 'JUNK'),
911911

912+
(r'^\$?Guid$', 'JUNK'),
912913

913914
############################################################################
914915
# Nouns and proper Nouns

0 commit comments

Comments
 (0)