Skip to content

fix: suppress clippy too_many_lines in event_handler expand - #60

Merged
morshedulmunna merged 1 commit into
mainfrom
release
Jul 27, 2026
Merged

fix: suppress clippy too_many_lines in event_handler expand#60
morshedulmunna merged 1 commit into
mainfrom
release

Conversation

@morshedulmunna

Copy link
Copy Markdown
Collaborator

Description

Closes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes existing behavior)
  • Documentation update
  • Refactor / Performance improvement
  • Test addition / improvement
  • CI / Build / Dependency change

Checklist

Failure to follow any of these rules is grounds for rejection.
All boxes must be checked before a PR can be merged.

Code Style

  • My code follows existing patterns in the codebase
  • I have NOT added unnecessary comments — code should be self-documenting. Comments are only allowed for non-obvious logic
  • My functions are small and focused on a single responsibility
  • All public APIs I introduced are documented (doc comments on types, methods, and public module exports)

Testing

  • I have added tests that prove my fix is effective or my feature works
  • New and existing tests pass (cargo test --workspace --all-features)

Quality

  • I have run cargo fmt --all -- --check — formatting is correct
  • I have run cargo clippy --workspace --all-targets --all-features -- -D warnings — no warnings
  • I have read CONTRIBUTING.md
  • I have updated documentation if needed
  • I have added a changelog entry in RELEASE_NOTES.md if applicable

Additional Context

@morshedulmunna
morshedulmunna merged commit 450b0d9 into main Jul 27, 2026
4 checks passed
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.

1 participant