Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project name convention #252

Open
serg-kosyak opened this issue May 1, 2024 · 0 comments
Open

Project name convention #252

serg-kosyak opened this issue May 1, 2024 · 0 comments

Comments

@serg-kosyak
Copy link

Hi @fescobar ,
Thank you for so nice project.

Is there a reason why "." (dot) and "_" (underscore) are not allowed in the Allure Project Name?

Here:

    project_id_pattern = re.compile('^[a-z\\d]([a-z\\d -]*[a-z\\d])?$')
    match = project_id_pattern.match(json_body['id'])
    if  match is None:
        raise Exception("'id' should contains alphanumeric lowercase characters or hyphens. For example: 'my-project-id'") #pylint: disable=line-too-long

project_id_pattern = re.compile('^[a-z\\d]([a-z\\d -]*[a-z\\d])?$')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant