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

Implement CheckDataModelPolicyEnumeratedTypeSpec #1254

Open
johncross opened this issue May 8, 2018 · 1 comment
Open

Implement CheckDataModelPolicyEnumeratedTypeSpec #1254

johncross opened this issue May 8, 2018 · 1 comment
Assignees
Labels

Comments

@johncross
Copy link
Contributor

Use DataModelPage, DataModelPolicyListPage.

Note: this policy is not in all of my databases, so don't be surprised if it fails first time. I need to check when it was introduced.

@vijayshukla30
Copy link
Contributor

@johncross
The regular expression /."key"\s:\s*(?!"[a-z0-9]+").*/ given don't match so I removed * from the regular expression. Then new regex is /."key"\s*:\s*(?!"[a-z0-9]+")./

vijayshukla30 added a commit that referenced this issue May 10, 2018
johncross added a commit that referenced this issue May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants