From 3ed81241b63ae44b7e26d71c693444d1da8699d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tukusej=E2=80=99s=20Sirs?= Date: Fri, 5 Feb 2021 20:45:00 +0100 Subject: [PATCH] Add info scope to the example in `README.md` (#30) Co-authored-by: herr kaste --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0451e36..7426523 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ For example: ```json "linters": { "annotations": { + "infos": ["NOTA BENE", "FYI"], "warnings": ["FOO", "BAR"], "errors": ["WHAT?", "OMG!"] }