Skip to content

Commit d776832

Browse files
authored
Merge pull request #8030 from opsmill/pog-move-violations-to-nats
Move NATS specific violations
2 parents 5465cd0 + 7c09674 commit d776832

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
@@ -1082,9 +1082,18 @@ include = ["backend/infrahub/services/**"]
10821082
# like this so that we can reactivate them one by one. #
10831083
##################################################################################################
10841084
deprecated = "ignore"
1085-
possibly-missing-attribute = "ignore"
10861085
unresolved-attribute = "ignore"
10871086

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

0 commit comments

Comments
 (0)