Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require capitalizing "Access (List|Request)" #40599

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ scope:
- table
- list
- paragraph
message: "Capitalize the names of Teleport services (%s is incorrect). See the Core Concepts page (https://goteleport.com/docs/core-concepts/) for service names."
message: "Capitalize the names of Teleport services and features (%s is incorrect). See the Core Concepts page (https://goteleport.com/docs/core-concepts/) for a reference."
level: error
ignorecase: false
tokens:
- machine id
- db service
- database service
# Allow for mentions of a local proxy service, but not "proxy service".
- '(?<!local )proxy service'
- 'access lists?'
- 'access requests?'
- access graph
- 'app(lication) service'
- auth service
- database service
- db service
- desktop service
- discovery service
- kubernetes service
- machine id
- ssh service
- discovery service
- auth service
# Allow for mentions of a local proxy service, but not "proxy service".
- '(?<!local )proxy service'
Loading