Skip to content

Commit 2928625

Browse files
author
Mike Foley
committed
Update Frat House description
1 parent b1e2349 commit 2928625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This creates a `.git/hooks/commit-msg` script which will automatically check you
3939
* **Tense**: Message must use imperative present tense: "Fix bug" and not "Fixed bug" or "Fixes bug."
4040
* **Subject Period**: Do not end your subject line with a period.
4141
* **Capitalize Subject**: Begin all subject lines with a capital letter.
42-
* **Frat House**: No frat house commit messages in shared branches.
42+
* **Frat House**: No offensive content.
4343
* **WIP**: Do not commit WIPs to shared branches (disabled by default)
4444

4545
## Configuration

lib/fit_commit/validators/frathouse.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Validators
66
class Frathouse < Base
77
def validate_line(lineno, text)
88
if Swearjar.default.profane?(text)
9-
add_error(lineno, "No frat house commit messages in shared branches.")
9+
add_error(lineno, "No frat house commit messages.")
1010
end
1111
end
1212
end

0 commit comments

Comments
 (0)