From 0424e1fc8239d9afea105a92a336dac2f2a49a95 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Sun, 24 Jan 2021 12:29:50 +0100 Subject: [PATCH] chore(config): add perf as not notable type --- src/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration.php b/src/Configuration.php index 0f17190..ce10826 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -75,7 +75,7 @@ class Configuration * * @var string[] */ - public $ignoreTypes = ['build', 'chore', 'ci', 'docs', 'refactor', 'revert', 'style', 'test']; + public $ignoreTypes = ['build', 'chore', 'ci', 'docs', 'perf', 'refactor', 'revert', 'style', 'test']; /** * Constructor.