Closed
Description
Just had the following output from commitlint, where it has incorrectly detected the language:
input: feat(commitlint-config-default): add default commitlint rules
⚠ commit must be in languague "eng", was one of: fra, cat, src, spa, sco [lang]
⚠ found 0 problems, 1 warnings
Running npx franc-cli "feat(commitlint-config-default): add default commitlint rules"
yields cat
as the result 😖
(Also note the minor typo in the error message)