Last active
September 6, 2018 23:02
-
-
Save jdkato/105880da3738c38098eb89c3a4c4d242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # `extends` specifies the extension point you're using. Here, we're | |
| # using `substitution` to ensure correct usage of some techincal and | |
| # brand-specifc terminology. | |
| extends: substitution | |
| # `message` allows you to customize the output shown to your users. | |
| message: Use '%s' instead of '%s'. | |
| # We're setting this rule's severity to `error`, which will cause | |
| # CI builds to fail. | |
| level: error | |
| # We're using case-insensitive patterns. | |
| ignorecase: true | |
| swap: | |
| '(?:LetsEncrypt|Let''s Encrypt)': Let's Encrypt | |
| 'node[.]?js': Node.js | |
| 'Post?gr?e(?:SQL)': PostgreSQL | |
| 'java[ -]?scripts?': JavaScript | |
| linode cli: Linode CLI | |
| linode manager: Linode Manager | |
| linode: Linode | |
| longview: Longview | |
| nodebalancer: NodeBalancer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment