-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/add config params #71
Conversation
…ing must be displayed Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
…though Signed-off-by: Anton Utz <uta5fe@bosch.com>
…d failure messages Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
…lback to offline Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
…ema checks to not be downwards compatible Signed-off-by: Anton Utz <uta5fe@bosch.com>
src/ros_license_toolkit/license_checks/license_in_code_check.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Signed-off-by: Anton Utz <uta5fe@bosch.com>
Error in documentation_test was that the ros_license_toolkit -h command inserts line breaks when operated with subprocess.Popen(). Therefore I added the same line break in the documentation. Another (future) possibility would be to ignore these exact kinds of line breaks. For now it would just add unnecessary overhead. |
First: merge feature/adapt_tests_for_warning
Here, the params -continue_on_error and -errors_as_warnings are introduced.
Also, some more testcases are added.