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

Warn when 'police' is used in place of 'policy' #901

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .vale/fixtures/RedHat/TermsWarnings/testinvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ on-prem
on-premises
opt into
opting into
police
polices
preload
preloaded
print out
Expand Down
2 changes: 2 additions & 0 deletions .vale/fixtures/RedHat/TermsWarnings/testvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ operates like
perform like
performs like
plugin
policy
policies
preinstall
preinstalled
print
Expand Down
2 changes: 2 additions & 0 deletions .vale/styles/RedHat/TermsWarnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ swap:
may: might|can
on-premises|on-prem|on premise: on-premise|on-site|in-house
opt into|opting into: opt in
police: policy
polices: policies
preload: preinstall
preloaded: preinstalled
print out: print
Expand Down
Loading