diff --git a/examples/config-lint.json b/examples/config-lint.json index 4f28def8..aea14a2d 100644 --- a/examples/config-lint.json +++ b/examples/config-lint.json @@ -14,7 +14,7 @@ "lint": { "enable": true, "mandatoryAnnotations": ["annot1", "annot2", "annot3"], - "mandatorySignatures": ["repo1", "repo2"] + "mandatorySignatures": ["repo1", "repo2", "**"] } } }