refactor(dev-infra): remove `style` type from commit style guide (#38639)
The `style` commit type is not part of the commit parser config, it should be removed from the documentation. PR Close #38639
This commit is contained in:
parent
930eeaf177
commit
c1bc070b40
|
@ -230,7 +230,6 @@ Must be one of the following:
|
|||
* **fix**: A bug fix
|
||||
* **perf**: A code change that improves performance
|
||||
* **refactor**: A code change that neither fixes a bug nor adds a feature
|
||||
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
|
||||
* **test**: Adding missing tests or correcting existing tests
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue