Open butok opened 3 months ago
According to the documentation the correct way to use it is to run it from the top directory.
https://docs.zephyrproject.org/latest/contribute/guidelines.html#check-compliance-py
./scripts/ci/check_compliance.py -c upstream/main..
According to the documentation the correct way to use it is to run it from the top directory.
https://docs.zephyrproject.org/latest/contribute/guidelines.html#check-compliance-py
./scripts/ci/check_compliance.py -c upstream/main..
Understand. However
Understand. However
- it does not claim that this is the only correct way.
- only the KeepSorted test module is problematic. All other modules handle this case correctly.
So since this works as intended (when following the instructions), this is an enhancement, not a bug?
Understand. However
- it does not claim that this is the only correct way.
- only the KeepSorted test module is problematic. All other modules handle this case correctly.
So since this works as intended (when following the instructions), this is an enhancement, not a bug?
OK. It can be marked as a place for improvement.
Describe the bug
check_compliance.py is broken if run it inside the zephyr\scripts\ci directory on Windows
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No Python exceptions.
Impact It is not possible to run the compliance tests in the zephyr\scripts\ci directory on Windows.
Logs and console output
Environment (please complete the following information):
OS: Windows SHA-1: 65051c8a242e4bb5dd2c0625756d468c716b4616
Additional context If to run it from the top directory, no errors: