[PR #25655] feat: enhance Makefile with code quality commands and default help #31154

Closed
opened 2026-02-21 20:48:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/25655

State: closed
Merged: Yes


Summary

  • Set help as default target when running make without arguments for better discoverability
  • Add convenient make targets for backend code quality tools (format, check, lint, type-check)
  • Include --dev flag for automatic dependency installation when running code quality commands

This enhancement improves developer experience by providing shorter, more memorable commands for common code quality tasks and making the Makefile more discoverable.

Fixes #25654

**Original Pull Request:** https://github.com/langgenius/dify/pull/25655 **State:** closed **Merged:** Yes --- ## Summary - Set help as default target when running `make` without arguments for better discoverability - Add convenient make targets for backend code quality tools (format, check, lint, type-check) - Include `--dev` flag for automatic dependency installation when running code quality commands This enhancement improves developer experience by providing shorter, more memorable commands for common code quality tasks and making the Makefile more discoverable. Fixes #25654
yindo added the pull-request label 2026-02-21 20:48:55 -05:00
yindo closed this issue 2026-02-21 20:48:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31154