Skip to content

Commit

Permalink
Merge pull request #647 from aireilly/fix-bc-error
Browse files Browse the repository at this point in the history
"T-BC" should not trigger CaseSensitiveTerms rule
  • Loading branch information
aireilly authored Sep 26, 2023
2 parents 2addf38 + 98d955f commit 010b478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vale/fixtures/RedHat/CaseSensitiveTerms/testvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ Subscription Manifest
Syndesis
systemd
SysV
T-BC
Technology Preview
The .NET framework
TLS handshake
Expand Down
10 changes: 5 additions & 5 deletions .vale/styles/RedHat/CaseSensitiveTerms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ swap:
"Kernel(?!-based Virtual Machine)": kernel
"OCM|(?<!Red Hat OpenShift )Cluster Manager|(?<!Red Hat )OpenShift Cluster Manager|the OpenShift Cluster Manager": Red Hat OpenShift Cluster Manager
"OD": Red Hat OpenShift Dedicated
'(?<!.-)javadocs?': Javadoc|API documentation|Java API documentation
"(?<!.-)javadocs?": Javadoc|API documentation|Java API documentation
'(?<!\.)IM': instant message
'(?<!\.)yaml|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
Expand All @@ -54,23 +54,23 @@ swap:
'Red\sHat\sVirtualization\sHypervisor|RHV\sHost|RHV-H': Red Hat Virtualization Host
'RHVM|RHV-M|RHV\sManager': Red Hat Virtualization Manager
'self-hosted\sengine\svirtual\smachine|engine\sVM': Manager virtual machine
'sub version|(?<!Apache )Subversion': sub-version
"sub version|(?<!Apache )Subversion": sub-version
Appliance Console: Appliance console
Applix|ApplixWare: Applixware
asciidoctor|AsciiDoctor: Asciidoctor
asciidoc|Asciidoc: AsciiDoc
assertj|Assertj: AssertJ
auto-link|AutoLink: autolink
basic authentication|Basic Authentication|basic auth|Basic auth|Basic Auth: Basic HTTP authentication|Basic authentication
BC: Business Central
"(?<!T-)BC": Business Central
Bean: bean
Bios: BIOS
blue print|BluePrint: blueprint
bluestore|Blue Store: BlueStore
btrfs: Btrfs
Capex|capex|capEx: CapEx
Capsule server: Capsule Server
CD 1: 'CD #1'
CD 1: "CD #1"
CDS|Cds: CDs
Ceph Ansible: ceph-ansible
Ceph block device|Ceph block devices: Ceph Block Device
Expand Down Expand Up @@ -153,7 +153,7 @@ swap:
ipv6|IPV6|Ipv6: IPv6
iSeries: ISeries
iso: ISO
Istio Service Mesh : Istio service mesh
Istio Service Mesh: Istio service mesh
Itanium2: Itanium 2
jar file: JAR file
Jbang|jbang: JBang
Expand Down

0 comments on commit 010b478

Please sign in to comment.