Conventional-commits-check

Latest version: v2.9.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

2.0.0

[feat: --emoji-disabled feature added](https://github.com/AliYmn/conventional-commits-check/commit/241a4625f5e9f5f122c8ada41d0f31d7ee8b1fcf)

1.0.4

1.0.0

Customization

bash
touch conventional_commits_check_config.yaml
`

To add custom commit types and emojis, update your `conventional_commits_check_config.yaml` file with the additional_commands and additional_emojis fields. Here's an example:

yaml
additional_commands:
database: "^database(\\(.+\\))?:"
design: "^design(\\(.+\\))?:"

additional_emojis:
database: "🗃️"
design: "🎨"
`

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.