FIXTradingCommunity / fix-orchestra

Machine readable rules of engagement
Apache License 2.0
71 stars 34 forks source link

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

Open donmendelson opened 2 years ago

donmendelson commented 2 years ago

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 commented 2 years ago

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.