aboutsummaryrefslogtreecommitdiffstats
path: root/validate-commit-msg.js
diff options
context:
space:
mode:
Diffstat (limited to 'validate-commit-msg.js')
-rwxr-xr-xvalidate-commit-msg.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate-commit-msg.js b/validate-commit-msg.js
index da069998..c68ebb74 100755
--- a/validate-commit-msg.js
+++ b/validate-commit-msg.js
@@ -21,6 +21,7 @@ var TYPES = {
docs: true,
style: true,
refactor: true,
+ perf: true,
test: true,
chore: true,
revert: true