Skip to content

Commit

Permalink
chore: add vale rule to avoid master and slave (#2076)
Browse files Browse the repository at this point in the history
* add vale rule to avoid master and slave

* Update vale/styles/spectrocloud/inclusive.yml

Co-authored-by: caroldelwing <[email protected]>

* Update vale/styles/spectrocloud/inclusive.yml

Co-authored-by: Karl Cardenas <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
4 people authored Jan 24, 2024
1 parent aed27c5 commit c97a5ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vale/styles/spectrocloud/inclusive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
extends: existence
message: "Consider avoiding '%s' in favor of more inclusive language."
link: "http://example.com/inclusivity-guidelines"
ignorecase: true
level: error
tokens:
- master
- slave
nonword: true
exceptions:
- master branch

0 comments on commit c97a5ca

Please sign in to comment.