Commit Graph

12 Commits

Author SHA1 Message Date
overtrue
3a32517f79 feat: add comprehensive formatting rules and type inference guidelines 2025-05-28 16:04:38 +08:00
安正超
a8bd8809b0 docs: add critical rule to never commit directly to master branch 2025-05-28 12:01:46 +08:00
安正超
9ec22255e0 fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings 2025-05-28 11:00:07 +08:00
overtrue
295b502e2a docs: add commit message length and PR format rules 2025-05-25 13:59:22 +08:00
overtrue
a3214222af docs: add cross-platform CPU architecture compatibility guidelines 2025-05-25 13:57:06 +08:00
overtrue
257e858017 docs: add requirement for English PR descriptions in development workflow 2025-05-25 13:55:51 +08:00
overtrue
5c7b105b4a docs: add strict branch management rules to prevent direct main branch modifications 2025-05-25 13:43:24 +08:00
overtrue
8d4e68fe5f docs: enhance cursor rules with code quality standards 2025-05-25 13:34:06 +08:00
overtrue
4e5345d01f docs: translate .cursorrules from Chinese to English 2025-05-25 13:32:33 +08:00
overtrue
8a09a81a69 feat: add comprehensive tests for event-notifier error module 2025-05-25 13:28:16 +08:00
overtrue
62d994c103 feat: add comprehensive tests for event-notifier error module 2025-05-25 13:26:25 +08:00
overtrue
7730e6cd3a feat: enhance test coverage and fix compilation errors 2025-05-25 12:56:43 +08:00