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

[repository-util] Command line not getting style for repository validator class #169

Open
donmendelson opened this issue Aug 31, 2022 · 1 comment
Labels

Comments

@donmendelson
Copy link
Member

The build specifies the main class to run in repository-validator module. It should be updated since the validator was split into a basic one that only checks schema conformance and another that also checks FIX name styles.

@donmendelson
Copy link
Member Author

donmendelson commented Aug 31, 2022

RepositoryValidator is supposed to call either BasicRepositoryValidator or FixRepositoryValidator depending on a parameter but it doesn't correctly get that parameter from the command line. The style parameter is implemented in RepositoryValidator.Builder.

@donmendelson donmendelson changed the title [repository-util] Update build for main validator class [repository-util] Command line not getting style for repository validator class Aug 31, 2022
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

1 participant