Open swaldhoer opened 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
plugins/beep/lib/beep.rb
plugins/bullseye/bullseye.rake
plugins/bullseye/lib/bullseye.rb
plugins/command_hooks/lib/command_hooks.rb
plugins/gcov/gcov.rake
plugins/gcov/lib/gcov.rb
plugins/module_generator/lib/module_generator.rb
plugins/module_generator/module_generator.rake
Rakefile
examples/temp_sensor/test/support/UnityHelper.h
plugins/bullseye/config/defaults.yml
I like this idea that we have some sort of stylechecker (the especially those trailing whitespace). So LGTM?
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
plugins/beep/lib/beep.rb
: added ruby shebangplugins/bullseye/bullseye.rake
: added ruby shebangplugins/bullseye/lib/bullseye.rb
: added ruby shebangplugins/command_hooks/lib/command_hooks.rb
: added ruby shebangplugins/gcov/gcov.rake
: added ruby shebangplugins/gcov/lib/gcov.rb
: added ruby shebangplugins/module_generator/lib/module_generator.rb
: added ruby shebangplugins/module_generator/module_generator.rake
: added ruby shebangRakefile
: now marked as executableexamples/temp_sensor/test/support/UnityHelper.h
: removed executable bitsplugins/bullseye/config/defaults.yml
: removed executable bits