Skip to content

Commit

Permalink
Update basic linting to include TAG017-TAG018
Browse files Browse the repository at this point in the history
  • Loading branch information
pultormi committed Jan 14, 2025
1 parent 657c74d commit 102ab32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/BASIC_LINTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
| | `COM006` | `"property array MUST NOT specify items via oneOf` |

#### Tagging
| Rule Name | Check Id | Message |
|----------|-------------|------|
| Rule Name | Check Id | Message |
|----------|----------|------|
| `check_if_taggable_is_used` | `TAG001` | `"'taggable' is deprecated, please used 'tagging' property"` |
| `ensure_tagging_is_specified` | `TAG002` | `"'tagging' MUST be specified"` |
| | `TAG015` | `"'tagging.taggable' MUST be True"` |
Expand All @@ -52,6 +52,8 @@
| | `TAG013` | `"'tagProperty' MUST specify property defined in the schema"` |
| | `TAG014` | `"'tagProperty' MUST NOT be a part of 'writeOnlyProperties'"` |
| | `TAG016` | `"'tagging.taggable' MUST be true when Taging Property is defined in the schema"` |
| | `TAG017` | `"'tagProperty' MUST NOT be a part of 'createOnlyProperties'"` |
| | `TAG018` | `"'tagProperty' MUST NOT be a part of 'createOnlyProperties' when 'tagUpdatable' is true"` |

#### Permissions
| Rule Name | Check Id | Message |
Expand Down

0 comments on commit 102ab32

Please sign in to comment.