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

Enable multiple paths for certain configurations #210

Open
dakaa16 opened this issue Jun 28, 2022 · 0 comments
Open

Enable multiple paths for certain configurations #210

dakaa16 opened this issue Jun 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dakaa16
Copy link
Collaborator

dakaa16 commented Jun 28, 2022

In the configuration file, you can set up paths, that informs Cobol Check where to look for certain files. This feature should enable Cobol Check to look in multiple directories for certain files.
Example:
In the configuration file the following value is set:
application.copybook.directory = src/main/cobol/copy;build/libs;.../files/global copy
Now Cobol Check will read this configuration in as an array and look for copybooks in each path given.

This feature should be available for the configurations:

  • application.source.directory
  • application.copybook.directory
  • test.suite.directory
@dakaa16 dakaa16 added the enhancement New feature or request label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant