We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c7b24 commit 1bb5ce4Copy full SHA for 1bb5ce4
example/git_profanity_check.js
@@ -7,7 +7,7 @@
7
// vim: ft=javascript
8
var git = require( 'nodegit' );
9
10
-var curses = [ 'fuck', 'shit', 'bitch', 'ass' ]
+var curses = [ 'add', 'swears', 'here' ]
11
, path = './.git'
12
, branch = 'master'
13
, wordExp = /\b\w+\b/g;
0 commit comments