Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for summaries in GitHubActionsFormatter #531

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

Sija
Copy link
Member

@Sija Sija commented Dec 7, 2024

@Sija Sija added this to the 1.7.0 milestone Dec 7, 2024
@Sija Sija requested a review from veelenga December 7, 2024 19:21
@Sija Sija self-assigned this Dec 7, 2024
@Sija Sija force-pushed the github-actions-formatter-summary branch from a532d26 to 0276be9 Compare December 7, 2024 19:26
output.puts "| %s | %s | %s | %s |" % {
issue_location_value(issue) || "-",
issue.rule.severity,
issue.rule.name,
Copy link
Contributor

@straight-shoota straight-shoota Dec 7, 2024

Choose a reason for hiding this comment

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

suggestion: Maybe the rule name could include a link to the documentation? This could be a future enhancement, of course.

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought about it, although atm we could only link directly to the ameba repo, since we don't have versioned docs (yet).

See related discussion in vscode-crystal-ameba repo: crystal-ameba/vscode-crystal-ameba#146 (comment)

@Sija Sija force-pushed the github-actions-formatter-summary branch 2 times, most recently from 40dec81 to 6694730 Compare December 7, 2024 19:38
@Sija Sija mentioned this pull request Dec 7, 2024
@Sija Sija force-pushed the github-actions-formatter-summary branch from 6694730 to abb4d01 Compare December 10, 2024 06:51
@Sija Sija requested a review from veelenga December 10, 2024 06:51
@Sija Sija force-pushed the github-actions-formatter-summary branch from abb4d01 to d8e7136 Compare December 10, 2024 06:53
@Sija Sija force-pushed the github-actions-formatter-summary branch from d8e7136 to 5ad69d3 Compare December 10, 2024 06:54
Copy link
Member

@veelenga veelenga left a comment

Choose a reason for hiding this comment

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

lgtm 👏🏻

@Sija Sija requested a review from veelenga December 11, 2024 05:07
@Sija Sija force-pushed the github-actions-formatter-summary branch from 8c76a26 to 5ad69d3 Compare December 11, 2024 09:33
@Sija Sija merged commit 2abfef0 into master Dec 11, 2024
8 checks passed
@Sija Sija deleted the github-actions-formatter-summary branch December 11, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants