We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53532 commit 7703743Copy full SHA for 7703743
git2-hooks/src/lib.rs
@@ -340,7 +340,7 @@ exit 0
340
}
341
342
#[test]
343
- fn test_other_path_precendence() {
+ fn test_other_path_precedence() {
344
let (td, repo) = repo_init();
345
346
{
@@ -456,7 +456,7 @@ exit 1
456
fn test_pre_commit_py() {
457
let (_td, repo) = repo_init();
458
459
- // mirror how python pre-commmit sets itself up
+ // mirror how python pre-commit sets itself up
460
#[cfg(not(windows))]
461
let hook = b"#!/usr/bin/env python
462
import sys
@@ -477,7 +477,7 @@ sys.exit(0)
477
fn test_pre_commit_fail_py() {
478
479
480
481
482
483
0 commit comments