cakeni opened a new pull request, #10606:
URL: https://github.com/apache/arrow-rs/pull/10606

   # Which issue does this PR close?
   
   - Part of #10458.
   
   # Rationale for this change
   
   Enable the Clippy lint that rejects new allow attributes in arrow-data, so 
stale lint suppressions become detectable rather than accumulating.
   
   # What changes are included in this PR?
   
   - Deny `
   clippy::allow_attributes
   ` at the arrow-data crate root.
   - Replace the three still-active suppressions with `
   expect
   `.
   - Remove four stale suppressions that no longer hide a lint.
   
   # Are these changes tested?
   
   - `
   cargo +1.97.1-x86_64-pc-windows-gnu fmt --all -- --check
   `
   - `
   cargo +1.97.1-x86_64-pc-windows-gnu clippy -p arrow-data --all-targets 
--all-features -- -D warnings
   `
   - `
   cargo +1.97.1-x86_64-pc-windows-gnu test -p arrow-data --all-features
   ` (44 unit tests and 14 doctests passed)
   - `
   git diff --check
   `
   
   # Are there any user-facing changes?
   
   No.
   
   # AI assistance
   
   OpenAI Codex was used to inspect the lint occurrences, make the minimal 
edits, and run the validation commands. AI assistance was used throughout; the 
complete diff and every Clippy diagnostic were checked during the run.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to