Zachary Rice před 7 roky
rodič
revize
0a209b60a5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -15,5 +15,5 @@ Make sure you pass this list of requirements.
 - You've ran `golint`.
 - You've ran `golint`.
 - Your Go changes are confined to `gitleaks_test.go` and `main.go`. This is subject to change as the project evolves. Stylistically, I like having a single go file considering the size of this project (its tiny).
 - Your Go changes are confined to `gitleaks_test.go` and `main.go`. This is subject to change as the project evolves. Stylistically, I like having a single go file considering the size of this project (its tiny).
 - You've added test cases for your changes.
 - You've added test cases for your changes.
-- Your test pass.
+- Your tests pass.