Skip to content

Conversation

@harupy
Copy link
Contributor

@harupy harupy commented Dec 20, 2025

Fixes #22074

GitHub Actions workflow commands have constraints on error annotations:
`col` and `endColumn` cannot be set if `line` and `endLine` are different.
This was causing GitHub to fail parsing multi-line error annotations.

Fixes astral-sh#22074
@astral-sh-bot
Copy link

astral-sh-bot bot commented Dec 20, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser added the cli Related to the command-line interface label Dec 22, 2025
Copy link
Member

@MichaReiser MichaReiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@MichaReiser MichaReiser added the bug Something isn't working label Dec 22, 2025
@MichaReiser MichaReiser merged commit 572f57a into astral-sh:main Dec 22, 2025
39 checks passed
@harupy harupy deleted the fix-github-output-format-22074 branch December 22, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cli Related to the command-line interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors in --output-format=github (redundant col, endColumn is less than col)

2 participants