You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`PR005`: primaryIdentifier MUST have properties defined in the schema
42
+
-`PR007`: readOnlyProperties MUST have properties defined in the schema
43
+
-`PER003`: Resource MUST implement read handler
44
+
-`PER004`: Resource MUST NOT specify wildcard permissions for read handler
45
+
-`PER010`: Resource MUST implement list handler
46
+
-`PER011`: Resource MUST NOT specify wildcard permissions for list handler
47
+
29
48
**[List of Linting Rules](docs/BASIC_LINTING.md)**
30
49
31
50
#### Breaking Change (Stateful)
32
51
Along with basic linting, guard rail supports capability of breaking change evaluation. Provider developer must provider two json objects - previous & current versions of the same resource schema. CloudFormation authored rules will be run and evaluation current version of the schema whether it is compliant or not.
33
52
34
-
In order to start using Basic Linting you need to run following command:
53
+
In order to start using Breaking Change evaluation you need to run following command:
0 commit comments