diff options
author | Robert Göhler <github@ghlr.de> | 2019-10-14 21:28:29 +0200 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2019-10-14 21:28:29 +0200 |
commit | f5f5780c2c02e62fa638fcf9cd95915de64aa9c3 (patch) | |
tree | df55ead99df93d81cda292bcdb1ceb1d1e477f5f /ci/vale/Google/meta.json | |
parent | 61d3f942485704c55d0e8d9e7ac5507ee752fe6d (diff) | |
download | vyos-documentation-f5f5780c2c02e62fa638fcf9cd95915de64aa9c3.tar.gz vyos-documentation-f5f5780c2c02e62fa638fcf9cd95915de64aa9c3.zip |
T1731: 1st version to test vale
Diffstat (limited to 'ci/vale/Google/meta.json')
-rw-r--r-- | ci/vale/Google/meta.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/vale/Google/meta.json b/ci/vale/Google/meta.json new file mode 100644 index 00000000..3ae5fb21 --- /dev/null +++ b/ci/vale/Google/meta.json @@ -0,0 +1,16 @@ +{ + "author": "Joseph Kato", + "description": "A Vale-compatible implementation of the Microsoft Writing Style Guide.", + "email": "support@errata.ai", + "lang": "en", + "url": "https://github.com/errata-ai/Google/releases/latest/download/Google.zip", + "feed": "https://github.com/errata-ai/Google/releases.atom", + "issues": "https://github.com/errata-ai/Google/issues/new", + "license": "MIT", + "name": "Google", + "sources": [ + "https://developers.google.com/style/" + ], + "vale_version": ">=1.0.0", + "coverage": 0.0 +} |