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/Slang.yml | |
parent | 4bc9e94a7ad57ee6735533da59a808dc8caf3ba5 (diff) | |
download | vyos-documentation-ba76cefc39e0b9b50dd8416e76f4d3e6f6ce8aff.tar.gz vyos-documentation-ba76cefc39e0b9b50dd8416e76f4d3e6f6ce8aff.zip |
add github actions
Diffstat (limited to '.github/styles/Google/Slang.yml')
-rw-r--r-- | .github/styles/Google/Slang.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/styles/Google/Slang.yml b/.github/styles/Google/Slang.yml new file mode 100644 index 00000000..63f4c248 --- /dev/null +++ b/.github/styles/Google/Slang.yml @@ -0,0 +1,11 @@ +extends: existence +message: "Don't use internet slang abbreviations such as '%s'." +link: 'https://developers.google.com/style/abbreviations' +ignorecase: true +level: error +tokens: + - 'tl;dr' + - ymmv + - rtfm + - imo + - fwiw |