question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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 than commitlint.config.yml.

Affected packages

cli

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
AdeAttwoodcommented, Aug 9, 2021

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 for

1reaction
jcayzaccommented, Aug 7, 2021

The nice people do joke aside, it’s very annoying having files of the same format use different extensions, in a repo.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found