Scott Odle (Splunk)

Results 1 issues of Scott Odle (Splunk)

### Steps to Reproduce ```bash Place the following in `commitlint.config.js`: export default { extends: ['@commitlint/config-conventional'] }; Run: echo 'feat: example commit' | commitlint ``` ### Current Behavior Commitlint fails to...

bug