Skip to content

Commit ef33221

Browse files
authored
Merge branch 'main' into rule-aws-prefix-tag
2 parents 6491f96 + a2f4b65 commit ef33221

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/BASIC_LINTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
| | `COM006` | `"property array MUST NOT specify items via oneOf` |
3535

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

5658
#### Permissions
5759
| Rule Name | Check Id | Message |

0 commit comments

Comments
 (0)