[feature request] Add support for commitlint.config.yaml
See original GitHub issue…not just commitlint.config.yml
, because nice people use proper extensions (like .jpeg
, not .jpg
).
Expected Behavior
- If a
commitlint.config.yaml
file exist, it is used by commitlint. - Priority is greater than
commitlint.config.yml
, but not greater than whatever currently has a higher priority thancommitlint.config.yml
.
Affected packages
cli
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
@commitlint/config-conventional | Yarn - Package Manager
Shareable commitlint config enforcing conventional commits. Use with @commitlint/cli and @commitlint/prompt-cli. Getting started. npm install --save-dev @ ...
Read more >How To Automatically Generate A Helpful Changelog From ...
This article describes some tools that can help to automate the changelog ... Then install commitlint with a config, which will be used...
Read more >@commitlint/config-conventional - npm
Shareable commitlint config enforcing conventional commits. ... npm install --save-dev @commitlint/config-conventional @commitlint/cli echo ...
Read more >How to Configure Commitlint and Generate Useful ...
yarn add --dev @commitlint/{config-conventional,cli} ... Changelogs is a file that contains records of changes (bug fixes, features, styling,enhancement) at ...
Read more >Apply conventional commit style on your project with commitlint
After performing some code changes (edit file, add a new file, ... to the previous working commit, which was about a profile update...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This can be done when https://github.com/conventional-changelog/commitlint/pull/2698 is in. We are overriding the files list so we can add
commitlint.config.yaml
to the list of files cosmiconfig looks forThe nice people do joke aside, it’s very annoying having files of the same format use different extensions, in a repo.