Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
1–10 of 133 posts
Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#2Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#3Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#4Why not just call a shell script directly? How would you use these with a CI/CD platform?
Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#5Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#6Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#7I struggle to see value with git hooks. They're an opt-in, easily opt-out way of calling shell scripts from my understanding--you can't force folks to run them, and they don't integrate/display nicely with CI/CD. Why not just call a shell script directly? How would you use these with a CI/CD platform?
Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#8I struggle to see value with git hooks. They're an opt-in, easily opt-out way of calling shell scripts from my understanding--you can't force folks to run them, and they don't integrate/display nicely with CI/CD. Why not just call a shell script directly? How would you use these with a CI/CD platform?
Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#9I struggle to see value with git hooks. They're an opt-in, easily opt-out way of calling shell scripts from my understanding--you can't force folks to run them, and they don't integrate/display nicely with CI/CD. Why not just call a shell script directly? How would you use these with a CI/CD platform?
From an org standpoint you can have them (mandate?) as part of the developer experience.
(Our team doesn't use them, but I can see the potential value)
Re: Prek: A better, faster, drop-in pre-commit replacement, engineered in Rust
#10Not just faster than pre-commit, and totally compatible. Also with more features.