Re: [PR] style: disable max-line-length in editorconfig [lucene]

2025-06-20 Thread via GitHub
rmuir commented on PR #14822: URL: https://github.com/apache/lucene/pull/14822#issuecomment-2991194959 Full list of [violations.txt](https://github.com/user-attachments/files/20835991/violations.txt) -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] style: disable max-line-length in editorconfig [lucene]

2025-06-20 Thread via GitHub
rmuir merged PR #14822: URL: https://github.com/apache/lucene/pull/14822 -- 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

Re: [PR] style: disable max-line-length in editorconfig [lucene]

2025-06-20 Thread via GitHub
github-actions[bot] commented on PR #14822: URL: https://github.com/apache/lucene/pull/14822#issuecomment-2991155854 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

[PR] style: disable max-line-length in editorconfig [lucene]

2025-06-20 Thread via GitHub
rmuir opened a new pull request, #14822: URL: https://github.com/apache/lucene/pull/14822 This is set for all files and causes issues where editors will wrap inconsistently with the formatter. It will happen even with java code: because spotless ignores this restriction for comments, as an