Closed SurajBDeore closed 2 weeks ago
I could see, the CI has failed while executing linter.
Always make sure you run make lint
locally before you make a commit and push the code
make lint
showed a lot of linting errors.Currently, the command accepts both "--schema" argument as well as "--config" argument. Hence, it creates ambiguity in fetching "schema". Suggestion, we should either use --schema flag or schema in config file
Currently, the command accepts both "--schema" argument as well as "--config" argument. Hence, it creates ambiguity in fetching "schema". Suggestion, we should either use --schema flag or schema in config file
The same problem exists with "token" and "user name/password". Both can be given in the config and as command line arguments, see https://github.com/bmw-software-engineering/lobster/issues/94
Currenlty, the config file takes precedence in all cases. I recommend to use the same approach here, too.
Please add a remark into the README.md
file.
please test our changes :-)
Tested
Add support to
lobster-codebeamer
to generate output using the following schemas:The user can select the schema with a command line flag, or through the configuration file.
Issue: https://github.com/bmw-software-engineering/lobster/issues/86