From aa8d7124db9dbd2b59c830eb5da95630b69f8b43 Mon Sep 17 00:00:00 2001 From: Raphael LANG Date: Mon, 9 Nov 2020 22:22:47 -0500 Subject: [PATCH] Update working-with-custom-formatters.md Missing parenthesis on ruleUrl causing syntax errorh --- docs/developer-guide/working-with-custom-formatters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/working-with-custom-formatters.md b/docs/developer-guide/working-with-custom-formatters.md index 7efed4193350..55269f6fae65 100644 --- a/docs/developer-guide/working-with-custom-formatters.md +++ b/docs/developer-guide/working-with-custom-formatters.md @@ -226,7 +226,7 @@ module.exports = function(results, data) { "\n" + msg.type + " " + - msg.ruleId + (msg.ruleUrl ? " (" + msg.ruleUrl + ")" : "" + msg.ruleId + (msg.ruleUrl ? " (" + msg.ruleUrl + ")" : "") "\n " + msg.filePath + ":" +