Skip to content

Commit

Permalink
Merge pull request #878 from apinnick/yaml-patch
Browse files Browse the repository at this point in the history
Add yaml-patch to case sensitive rule
  • Loading branch information
aireilly authored Sep 2, 2024
2 parents a90d4a0 + 9f2094c commit 4975640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vale/fixtures/RedHat/CaseSensitiveTerms/testvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,4 @@ XEmacs
XP
xterm
YAML
yaml-patch
2 changes: 1 addition & 1 deletion .vale/styles/RedHat/CaseSensitiveTerms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ swap:
"OD": Red Hat OpenShift Dedicated
"sub version|(?<!Apache )Subversion": sub-version
'(?<!\.)IM': instant message
'(?<!\.)yaml|Yaml': YAML
'(?<!\.)yaml(?!-patch)|Yaml': YAML
'(?<!JBoss )EAP|(?<!Red Hat )JBoss(?!\sCommunity|\sBroker|\sClients|\sConsole|\sAMQ|\sData\sGrid|\sBRMS|\sBPMS|\sEnterprise\sApplication\sPlatform|\.org|\sInterconnect|\sEAP|\sBPM\sSuite)': JBoss EAP
'(?<!Realtime )Decision\sServer': Realtime Decision Server
'[nN]odejs|[nN]ode\.JS|node\.js': Node.js
Expand Down

0 comments on commit 4975640

Please sign in to comment.