While looking at #93, I realized that the MongoConfig currently specifies a tag property that is used in the Push to replace the tag input, which makes no sense.
It also specifies a replace boolean that does the functionality of the PushType input (available to the Push() method), which we should leverage instead.
Suggestions to restore compliance:
Delete the MongoConfig and refactor the Push code to leverage existing inputs.
Broken rules:
While looking at #93, I realized that the MongoConfig currently specifies a
tag
property that is used in the Push to replace the tag input, which makes no sense.It also specifies a
replace
boolean that does the functionality of thePushType
input (available to the Push() method), which we should leverage instead.Suggestions to restore compliance:
Delete the MongoConfig and refactor the Push code to leverage existing inputs.