Skip to content

Commit

Permalink
chore(config): add perf as not notable type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 24, 2021
1 parent 55fd292 commit 0424e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0424e1f

Please sign in to comment.