Skip to content

Commit

Permalink
Add queryless to dictionary (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Jul 15, 2024
1 parent 4c1646f commit 4ddf0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vale/dictionaries/en_US-grafana.dic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
234
235
ACL/S po:noun
Aerospike/ po:noun
Agent/ po:noun
Expand Down Expand Up @@ -147,6 +147,7 @@ quantile/S po:noun
querier/MS po:noun
query/ po:noun
query/DGS po:verb
queryless/ po:adjective
queryable/ po:adjective
RAM/ po:noun
RBAC/ po:noun
Expand Down
1 change: 1 addition & 0 deletions vale/dictionary.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ local newWord(word, affixes, po) = {
newWord('querier', 'MS', 'noun'),
newWord('query', '', 'noun'),
newWord('query', 'DGS', 'verb'),
newWord('queryless', '', 'adjective') { description: 'In contrast to using a query language like PromQL or SQL' },
newWord('queryable', '', 'adjective'),
newWord('RAM', '', 'noun') { abbreviation: true, elaboration: 'random access memory', established_abbreviation: true },
newWord('RBAC', '', 'noun') { abbreviation: true, elaboration: 'Role-based Access Control', established_abbreviation: true },
Expand Down

0 comments on commit 4ddf0e5

Please sign in to comment.