espressif / idf-build-apps

Tool to build multiple IDF applications in CI
https://docs.espressif.com/projects/idf-build-apps/en/latest/index.html
Apache License 2.0
14 stars 6 forks source link

feat: warning msg for multiple or and #163

Closed horw closed 1 month ago

horw commented 1 month ago

Description

This MR introduces a restriction on the consecutive use of 'or' and 'and' operators at the same level within logical expressions with warning msg. The primary goal is to enhance code readability and prevent ambiguity in logical operations.

Related

Closes #159

Testing

I have added one more test where the mock logger was used, and verified that it was called as expected.


Checklist

Before submitting a Pull Request, please ensure the following:

horw commented 1 month ago

Thank you for the review!

hfudev commented 1 month ago

Thank you!