sds / overcommit

A fully configurable and extendable Git hook manager
MIT License
3.92k stars 280 forks source link

[FEATURE] New pre-commit hook: Sorbet (Issue #825) #826

Closed fulf closed 8 months ago

fulf commented 8 months ago

Introduction

This pre-commit hook runs the Sorbet type-checker. More information about Sorbet here

Fixes #825

Requirements

Sorbet

Notes: not sure if this should be a pre-commit hook or pre-push hook to be honest.

sds commented 8 months ago

Thanks for all the effort!

bmulholland commented 6 months ago

Just stumbled upon this. One note is that sorbet runs across all cores by default, so parallelize should be false by default, I think?