feat: split the history refusal into text and statistic #19
ci.yml
on: push
lint
7s
roadkeep lint
7s
Matrix: test
Annotations
17 errors and 2 warnings
|
test (py3.12 on ubuntu-latest)
Process completed with exit code 1.
|
|
test (py3.10 on ubuntu-latest)
Process completed with exit code 1.
|
|
test (py3.11 on ubuntu-latest)
Process completed with exit code 1.
|
|
ruff (F401):
commitclerk/__init__.py#L119
commitclerk/__init__.py:119:5: F401 `.diffing.DEMOTED_CLASSES` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `DEMOTED_CLASSES` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L118
commitclerk/__init__.py:118:5: F401 `.diffing.DEMOTE_MIN_CHARS` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `DEMOTE_MIN_CHARS` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L114
commitclerk/__init__.py:114:5: F401 `.context.context_path` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `context_path` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L112
commitclerk/__init__.py:112:5: F401 `.context.MAX_CONTEXT_CHARS` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `MAX_CONTEXT_CHARS` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L111
commitclerk/__init__.py:111:5: F401 `.context.CONTEXT_FILE` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `CONTEXT_FILE` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L106
commitclerk/__init__.py:106:5: F401 `.config.project_config_path` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `project_config_path` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L103
commitclerk/__init__.py:103:5: F401 `.config.env_value` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `env_value` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L101
commitclerk/__init__.py:101:5: F401 `.config.USER_CONFIG` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `USER_CONFIG` to __all__
|
|
ruff (F401):
commitclerk/__init__.py#L100
commitclerk/__init__.py:100:5: F401 `.config.SETTINGS` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `SETTINGS` to __all__
|
|
ruff (I001):
commitclerk/__init__.py#L87
commitclerk/__init__.py:87:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
test (py3.12 on macos-latest)
Process completed with exit code 1.
|
|
test (py3.13 on ubuntu-latest)
Process completed with exit code 1.
|
|
test (py3.8 on ubuntu-22.04)
Process completed with exit code 1.
|
|
test (py3.9 on ubuntu-latest)
Process completed with exit code 1.
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
roadkeep lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|