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

Support fully qualified package names incl. dot #7

Closed
reka opened this issue Dec 14, 2022 · 0 comments
Closed

Support fully qualified package names incl. dot #7

reka opened this issue Dec 14, 2022 · 0 comments

Comments

@reka
Copy link
Contributor

reka commented Dec 14, 2022

Current output for package names with ".", e.g. app.api:

ValidationError: 1 validation error for SourceryCustomRule
id
string does not match regex "^[A-Za-z][A-Za-z0-9-/:]$" (type=value_error.str.regex; pattern=^[A-Za-z][A-Za-z0-9-/:]$)

reka added a commit that referenced this issue Dec 14, 2022
Test cases:

* `app.api`: No importers
* `app.core`: only `app.api` can import
@reka reka closed this as completed in 1164621 Dec 14, 2022
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