File tree 2 files changed +2
-2
lines changed
lib/fit_commit/validators
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This creates a `.git/hooks/commit-msg` script which will automatically check you
39
39
* ** Tense** : Message must use imperative present tense: "Fix bug" and not "Fixed bug" or "Fixes bug."
40
40
* ** Subject Period** : Do not end your subject line with a period.
41
41
* ** 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 .
43
43
* ** WIP** : Do not commit WIPs to shared branches (disabled by default)
44
44
45
45
## Configuration
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Validators
6
6
class Frathouse < Base
7
7
def validate_line ( lineno , text )
8
8
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." )
10
10
end
11
11
end
12
12
end
You can’t perform that action at this time.
0 commit comments