Skip to content

Commit

Permalink
removed new rule and fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
neal-timpe committed Feb 9, 2024
1 parent 8a095e8 commit c9658fb
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 39 deletions.
1 change: 0 additions & 1 deletion .vale/fixtures/RedHat/DoNotUseTerms/testinvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ fubar
future-proof
green
yellow
red
blue
kerberize
kerberized
Expand Down
11 changes: 10 additions & 1 deletion .vale/fixtures/RedHat/TermsSuggestions/testvalid.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
64-bit x86
after
bare-metal clusters
bare-metal compute
bare-metal configuration
Expand All @@ -17,11 +18,19 @@ bare-metal node
bare-metal provisioning
bare-metal server
bare-metal worker
before
by
by using
earlier
following
from
information about
later
lower left
lower right
on
preceding
previous
see this section
segmentation fault
shell prompt
Expand All @@ -30,7 +39,7 @@ something against which something else
something at which something else
something for which something else
something from which something else
something in which somehing else
something in which something else
something of which something else
something on which something else
something to which something else
Expand Down
5 changes: 0 additions & 5 deletions .vale/fixtures/RedHat/VisualLanguage/.vale.ini

This file was deleted.

4 changes: 0 additions & 4 deletions .vale/fixtures/RedHat/VisualLanguage/testinvalid.adoc

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion .vale/styles/RedHat/DoNotUseTerms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ swap:
debuggable: 'Do not use "debuggable". Rephrase the sentence to use the verb or noun debug. For example, change rebuild the debuggable version to rebuild the version that can be debugged.'
foo: 'Do not use "foo". This term is technical jargon in code and as shorthand for fubar, an acronym of profanity in code.'
fubar: 'Do not use "fubar". This term is an acronym of a profanity that is sometimes used by developers in code.'
green|yellow|red|blue: 'Do not use visual language, like color, to describe items in the us unless it is also described non-visually, like with the name of the item.'
green|yellow|blue: 'Do not use visual language, like color, to describe items in the us unless it is also described non-visually, like with the name of the item.'
kerberize|kerberized: 'Do not use "kerberize" to refer to applications or services that use Kerberos authentication. Refer to such applications as "Kerberos-aware" or "Kerberos-enabled", or rewrite the sentence.'
native interface: 'Do not use "native interface" to refer to the command line interface for the JBoss EAP management tool.'
overhead: 'Do not use "overhead". Use terminology that is more specific. For example, write "running large queries can increase processor usage".'
Expand Down
4 changes: 2 additions & 2 deletions .vale/styles/RedHat/TermsSuggestions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ swap:
'(?<![\.\-])(?:zip|gzip|tar)(?! file| archive)': compress
'(?<!\.)tar file': ".tar file"
'(?<!\.)zip file': ".zip file"
above: later|previous|preceding
above: earlier|previous|preceding|before
afterwards: afterward
all caps: uppercase
below: earlier|later|following
below: after|later|following
bottom left: lower left
bottom right: lower right
bugfix: bug fix
Expand Down
13 changes: 0 additions & 13 deletions .vale/styles/RedHat/VisualLanguage.yml

This file was deleted.

1 change: 0 additions & 1 deletion modules/reference-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
* xref:termssuggestions.adoc[]
* xref:termswarnings.adoc[]
* xref:userreplacedvalues.adoc[]
* xref:visuallanguage.adoc[]
11 changes: 0 additions & 11 deletions modules/reference-guide/pages/visuallanguage.adoc

This file was deleted.

0 comments on commit c9658fb

Please sign in to comment.