Re: [PR] python: add autofix hint if linter fails [lucene]

2025-06-16 Thread via GitHub
github-actions[bot] commented on PR #14799: URL: https://github.com/apache/lucene/pull/14799#issuecomment-2978185513 This PR does not have an entry in lucene/CHANGES.txt. Consider adding one. If the PR doesn't need a changelog entry, then add the skip-changelog label to it and you will stop

Re: [PR] python: add autofix hint if linter fails [lucene]

2025-06-16 Thread via GitHub
rmuir merged PR #14799: URL: https://github.com/apache/lucene/pull/14799 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apach

[PR] python: add autofix hint if linter fails [lucene]

2025-06-16 Thread via GitHub
rmuir opened a new pull request, #14799: URL: https://github.com/apache/lucene/pull/14799 if the linter fails, often many of the problems can be safely autofixed. That's because many of the rules are opinionated / conventional / cosmetic and can be annoying to deal with manually.