From 608fa1502199b19faefd2deb3003dc941c501891 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 26 Jun 2024 17:53:28 -0700 Subject: [PATCH] docs(readme): clarify purpose of schema --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0cebd88..959d3c2 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,9 @@ you've set up git versioning. ### Linting dartgun.toml +Optionally, you can set up linting for `dartgun.toml` to ensure that it is +configured properly. + A JSON schema file is provided for validating the structure of `dartgun.schema.json`. Download it from [this link](./dartgun.schema.json).