Skip to content

Commit 7115157

Browse files
committed
Move NATS specific violations
1 parent 3e539a2 commit 7115157

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,9 +1083,18 @@ include = ["backend/infrahub/services/**"]
10831083
# like this so that we can reactivate them one by one. #
10841084
##################################################################################################
10851085
deprecated = "ignore"
1086-
possibly-missing-attribute = "ignore"
10871086
unresolved-attribute = "ignore"
10881087

1088+
[[tool.ty.overrides]]
1089+
include = ["backend/infrahub/services/adapters/**/nats.py"]
1090+
1091+
[tool.ty.overrides.rules]
1092+
##################################################################################################
1093+
# The ignored rules below should be removed once the code has been updated, they are included #
1094+
# like this so that we can reactivate them one by one. #
1095+
##################################################################################################
1096+
possibly-missing-attribute = "ignore"
1097+
10891098
[[tool.ty.overrides]]
10901099
include = ["backend/infrahub/proposed_change/**"]
10911100

0 commit comments

Comments
 (0)