Skip to content

Commit 3714d78

Browse files
committed
fix(contact): comment out rule that doesn't work
1 parent a91bfbe commit 3714d78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rules/contact.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
guid_constant,
5353
type_constraint,
5454
state_constraint,
55-
contact_type_constraint,
55+
#: this doesn't work with m*m
56+
# contact_type_constraint,
5657
type_constraint_update,
5758
state_constraint_update,
5859
name_constraint_update,

0 commit comments

Comments
 (0)