Skip to content

Instantly share code, notes, and snippets.

@jdkato
Last active September 6, 2018 23:02
Show Gist options
  • Select an option

  • Save jdkato/105880da3738c38098eb89c3a4c4d242 to your computer and use it in GitHub Desktop.

Select an option

Save jdkato/105880da3738c38098eb89c3a4c4d242 to your computer and use it in GitHub Desktop.
# `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