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.