Skip to content

Commit

Permalink
fixes missed merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Donovan Kolbly <[email protected]>
  • Loading branch information
dkolbly committed Jul 9, 2024
1 parent a6998f2 commit b7f7239
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Thankyou! -->
6. Declared enums in dictionary.json have sane "0" (Unknown) and "99" (Other) declarations and descriptions where appropriate #1111
7. Adds support for `suppress_checks` controls in attributes to allow tools to automatically validate conventions #1063
* Updated several attributes that do not follow conventions to disable linting for them
* Updated `data_lifecycle_state_id` to add a "99" (Other) enumerand to follow convention


## [v1.2.0] - April 23rd, 2024
Expand Down
7 changes: 1 addition & 6 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,11 +1254,7 @@
"enum": {
"0": {
"caption": "Unknown",
"description": "The lifecycle state is not known."
},
"99": {
"caption": "Other",
"description": "The lifecycle state is not mapped. See the <code>data_lifecycle_state</code> attribute, which contains a data source specific value."
"description": "The data lifecycle state is unknown."
},
"1": {
"caption": "Data at-Rest",
Expand Down Expand Up @@ -2924,7 +2920,6 @@
"opcode_id": {
"caption": "DNS Opcode ID",
"description": "The DNS opcode ID specifies the normalized query message type as defined in <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5395.html'>RFC-5395</a>.",
"description": "The DNS opcode ID specifies the normalized query message type.",
"suppress_checks": ["enum_convention"],
"type": "integer_t",
"enum": {
Expand Down

0 comments on commit b7f7239

Please sign in to comment.