diff options
author | rebortg <github@ghlr.de> | 2020-11-26 21:49:14 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-11-26 21:49:14 +0100 |
commit | ba76cefc39e0b9b50dd8416e76f4d3e6f6ce8aff (patch) | |
tree | 56791f75f9c175e1cf8a60a03da36005ae9a6cd9 /.github/styles/Google/Semicolons.yml | |
parent | 4bc9e94a7ad57ee6735533da59a808dc8caf3ba5 (diff) | |
download | vyos-documentation-ba76cefc39e0b9b50dd8416e76f4d3e6f6ce8aff.tar.gz vyos-documentation-ba76cefc39e0b9b50dd8416e76f4d3e6f6ce8aff.zip |
add github actions
Diffstat (limited to '.github/styles/Google/Semicolons.yml')
-rw-r--r-- | .github/styles/Google/Semicolons.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/styles/Google/Semicolons.yml b/.github/styles/Google/Semicolons.yml new file mode 100644 index 00000000..bb8b85b4 --- /dev/null +++ b/.github/styles/Google/Semicolons.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Use semicolons judiciously." +link: 'https://developers.google.com/style/semicolons' +nonword: true +scope: sentence +level: suggestion +tokens: + - ';' |