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

Add code check tools #13

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add code check tools #13

wants to merge 5 commits into from

Conversation

ramya-subramanyam
Copy link
Collaborator

@ramya-subramanyam ramya-subramanyam commented Feb 20, 2025

Description of Change

Note: all the scripts and config files are copied from https://github.com/Infineon/makers-devtest, restructured, cleaned up, and extended with additional features.

  1. tools/code_checks: Added code check scripts to run the static analysis tools like cppcheck and clang-tidy for C/C++.
  2. tools/code_checks: Added scripts to run code formatting tools using clang-format for C/C++, black for python scripts.
  3. tools/check_schemata: and tools/project_yaml: Added supporting scripts to check and parse yaml files
  4. ,/config: Added configuration files to run the code check tools.

Description:

Checklist

Remove items that do not apply. For completed items, change [ ] to [x].

  • [ x] PR description included and stakeholders cc'd

Release Notes

Notes: Please add a concise description for developers to read in the release notes, or 'none' if notes are not relevant to developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant