Skip to content

Conversation

@copyleftdev
Copy link
Owner

  • Added rustfmt.toml and .clippy.toml configuration files
  • Fixed redundant closures by using direct function references
  • Marked unused variables with underscores
  • Added #[allow(dead_code)] attributes to public API functions
  • Simplified return statements and improved code patterns
  • Fixed error handling in async functions
  • All tests passing with no Clippy warnings in main code
- Added rustfmt.toml and .clippy.toml configuration files - Fixed redundant closures by using direct function references - Marked unused variables with underscores - Added #[allow(dead_code)] attributes to public API functions - Simplified return statements and improved code patterns - Fixed error handling in async functions - All tests passing with no Clippy warnings in main code
- Added a CI workflow that runs on push to main and pull requests - Included separate jobs for build/test and linting - Added code formatting check with rustfmt - Added Clippy linting with warnings treated as errors - Configured caching to speed up CI runs
@copyleftdev copyleftdev merged commit 90ba580 into master Mar 22, 2025
1 check passed
@copyleftdev copyleftdev deleted the chore/improve-linting branch March 22, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants