ThrowTheSwitch / Ceedling

Ruby-based unit testing and build system for C projects
http://throwtheswitch.org
Other
597 stars 246 forks source link

Add 'pre-commit' framework #906

Open swaldhoer opened 4 months ago

swaldhoer commented 4 months ago

This pull request adds a basic pre-commit configuration to the repository and runs the check in a CI step.

This configuration does the following:

Let's make diffs smaller and reviews simpler :)


Actual changes by this commit: all changes are cosmetic except for

Letme commented 1 month ago

I like this idea that we have some sort of stylechecker (the especially those trailing whitespace). So LGTM?