Skip to content

New version - v0.3.27#208

Merged
fatihtokus merged 1 commit into
mainfrom
new-version
Jun 17, 2026
Merged

New version - v0.3.27#208
fatihtokus merged 1 commit into
mainfrom
new-version

Conversation

@fatihtokus

Copy link
Copy Markdown
Owner

No description provided.

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Bump plugin manifest to v0.3.27
⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

Description

• Update plugin version metadata from 0.3.26 to 0.3.27.
• Point all platform download URIs to the v0.3.27 GitHub release artifacts.
High-Level Assessment

The direct manifest bump is the right approach for a release cut. Consider (but not necessary for this PR) automating plugin.yaml version/URI updates in the release pipeline to reduce manual edits and prevent mismatched artifact links.

Files changed (1) +12 / -12

Other (1) +12 / -12
plugin.yamlUpdate plugin version and artifact URLs to v0.3.27 +12/-12

Update plugin version and artifact URLs to v0.3.27

• Bumps the declared plugin version to 0.3.27 and updates all OS/arch-specific download URIs to reference the v0.3.27 GitHub release artifacts.

plugin.yaml

@guly-engineer guly-engineer self-requested a review June 17, 2026 20:17
@qodo-code-review

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📜 Skill insights (0)

Grey Divider


Informational

1. Missing EOF newline 🐞 Bug ⚙ Maintainability
Description
plugin.yaml has no trailing newline at end-of-file, which creates noisy diffs and will be
auto-fixed/flagged by the repo’s configured end-of-file-fixer hook. This is a formatting/workflow
issue (not a runtime bug), but it can cause avoidable churn for contributors.
Code

plugin.yaml[68]

    bin: ./scan2html
Evidence
The PR diff indicates plugin.yaml ends without a newline, and the repo config enables
end-of-file-fixer, which specifically targets missing EOF newlines.

plugin.yaml[64-68]
.pre-commit-config.yaml[18-22]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
`plugin.yaml` is missing a final newline (POSIX-style EOF newline). This causes formatting churn and may trigger the repo’s `end-of-file-fixer` pre-commit hook.

### Issue Context
The repository config includes the `end-of-file-fixer` hook, which rewrites files missing a trailing newline.

### Fix Focus Areas
- plugin.yaml[68-68]

### Suggested fix
Add a single newline at the end of `plugin.yaml` (ensure the file ends with `\n`).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

@fatihtokus fatihtokus merged commit a189a42 into main Jun 17, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants