File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1082,9 +1082,18 @@ include = ["backend/infrahub/services/**"]
10821082# like this so that we can reactivate them one by one. #
10831083# #################################################################################################
10841084deprecated = " ignore"
1085- possibly-missing-attribute = " ignore"
10861085unresolved-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 ]]
10891098include = [" backend/infrahub/proposed_change/**" ]
10901099
You can’t perform that action at this time.
0 commit comments