Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup custom lints #3387

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

shssoichiro
Copy link
Collaborator

  • Move custom lints from lib.rs/main.rs into Cargo.toml
  • Remove most custom lints, as this is overkill and difficult to maintain
  • Fix new lints from most recent Rust version

@lu-zero
Copy link
Collaborator

lu-zero commented Jun 20, 2024

Looks like few more need to be addressed

- Move custom lints from lib.rs/main.rs into Cargo.toml
- Remove most custom lints, as this is overkill and difficult to
  maintain
- Fix new lints from most recent Rust version
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 88.72%. Comparing base (3c3a26f) to head (33258e5).
Report is 24 commits behind head on master.

Files Patch % Lines
src/bin/decoder/y4m.rs 0.00% 1 Missing ⚠️
src/rdo.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3387      +/-   ##
==========================================
+ Coverage   88.52%   88.72%   +0.20%     
==========================================
  Files          89       89              
  Lines       28323    27755     -568     
==========================================
- Hits        25074    24627     -447     
+ Misses       3249     3128     -121     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shssoichiro shssoichiro merged commit c0afbf9 into xiph:master Jun 20, 2024
26 of 27 checks passed
@shssoichiro shssoichiro deleted the relax-clippy-lints branch June 20, 2024 13:48
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.

None yet

2 participants