This commit is contained in:
Alessio Placitelli 2019-07-18 13:48:26 +02:00
Родитель f239165717
Коммит 14ff4f84e4
3 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -43,7 +43,7 @@ assertEquals(3, Stability.crashCount["native_code_crash"].testGetValue())
## Limits
* Each label must be in `snake_case` (and also may contain `.`).
* Labels support alphanumeric characters; they additionally allow for docs, underscores and/or hyphens.
* Each label must have a maximum of 60 characters.

Просмотреть файл

@ -39,7 +39,8 @@ assertTrue(Login.errorsByStage["server_auth"].testHasValue())
## Limits
* Each label must be in `snake_case` (and also may contain `.`).
* Labels support alphanumeric characters; they additionally allow for docs, underscores and/or hyphens.
* Each label must have a maximum of 60 characters.

Просмотреть файл

@ -60,7 +60,8 @@ assertTrue(Auth.timesPerStage["auth_with_server"].testGetValue() > 0)Now you can
## Limits
* Each label must be in `snake_case` (and also may contain `.`).
* Labels support alphanumeric characters; they additionally allow for docs, underscores and/or hyphens.
* Each label must have a maximum of 60 characters.