fix-orchestra icon indicating copy to clipboard operation
fix-orchestra copied to clipboard

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

Open donmendelson opened this issue 2 years ago • 1 comments

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 avatar Aug 31 '22 15:08 donmendelson

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 avatar Aug 31 '22 15:08 donmendelson