fix: skip the header length check and configure header length #50
Annotations
2 errors
fix: skip the header length check and configure header length
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.8.18/x64/bin/commitlint", line 5, in <module>
from commitlint.cli import main
File "/home/runner/work/commitlint/commitlint/src/commitlint/__init__.py", line 3, in <module>
from .linter import lint_commit_message
File "/home/runner/work/commitlint/commitlint/src/commitlint/linter/__init__.py", line 3, in <module>
from ._linter import lint_commit_message
File "/home/runner/work/commitlint/commitlint/src/commitlint/linter/_linter.py", line 10, in <module>
from .validators import (
File "/home/runner/work/commitlint/commitlint/src/commitlint/linter/validators.py", line 30, in <module>
class CommitValidator(ABC):
File "/home/runner/work/commitlint/commitlint/src/commitlint/linter/validators.py", line 33, in CommitValidator
def __init__(self, commit_message: str, **kwargs: dict[str, Any]) -> None:
TypeError: 'type' object is not subscriptable
|
Commitlint
Process completed with exit code 1.
|