fix: clean up dist.ini duplicate and dead configuration#54
Draft
Koan-Bot wants to merge 1 commit into
Draft
Conversation
- Remove duplicate standalone [Git::Push] block (also present in [@git]) to prevent Git::Push from running twice during dzil release - Remove invalid add_files_in options from [@git] (not a valid option; allow_dirty already handles the intended purpose) - Update stale Travis CI comment to reflect GitHub Actions migration - Extend copyright year to 2026 Fixes atoomic#51 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes duplicate
[Git::Push]plugin and deadadd_files_inoptions fromdist.inithat causedGit::Pushto run twice duringdzil release, plus fixes a stale Travis CI comment and outdates copyright year.Fixes #51
Changes
[Git::Push]block (duplicate of the one inside[@Git])add_files_inlines (not a valid[@Git]option; silently ignored)copyright_yearto 2026Test plan
dist.iniparses cleanly with no duplicate plugin sectionsGenerated by Kōan /fix
Quality Report
Changes: 1 file changed, 2 insertions(+), 9 deletions(-)
Code scan: clean
Tests: failed (5 Failed, 1 test)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline