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
* Make error messages recommend kebab case for singular, plural, and segments
* Fix segment implementation to forbid camelCase
* Remove utilsToKebabCase in favor of strcase.KebabCase in order to fix
some edge cases (e.g. `Foo-Bar`)
Signed-off-by: Olivier Cano <ocano@scaleway.com>
Message: "Resource patterns should use kebab case (apart from the variable names), such as \"publishers/{publisher}/electronic-books/{electronic_book}\".",
32
+
}}},
31
33
{"Missing", "", testutils.Problems{{Message: "declare resource name pattern"}}},
0 commit comments