``` { "rules": { "@textlint-rule/pattern": { "patterns": [ { "message": "No todo", "pattern": "/TODO:/i" } ] } } } ``` With that example, textlint seems to exit with an error without printing anything. If `replace` is provided, then it works.