conventional-changelog/commitlint

feat: parsable output format

Open

#4 457 ouverte le 15 juin 2025

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)TypeScript (15 497 stars) (896 forks)batch import
featurehelp wanted

Description

Expected Behavior

Commitlint prints line and column numbers where the issue was found, to allow parsing the output for IDE integration (for example vim with neomake), like all major linters do. This should be the default behaviour TBH.

Current Behavior

Commitlint cat-s the message and writes issues found without any context. Formatter doesn't support line and column fields.

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Possible Solution

At least line and column fields should be available in the formatter API.

Context

No response

Guide contributeur