[PR #5136] [MERGED] mobile: add initial DCM analysis_options #10667

Closed
opened 2026-02-05 14:25:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5136
Author: @shenlong-tanwen
Created: 11/19/2023
Status: Merged
Merged: 11/19/2023
Merged by: @alextran1502

Base: mainHead: build/mobile-dcm-integ


📝 Commits (1)

  • faf3f41 mobile: add initial DCM analysis_options

📊 Changes

2 files changed (+59 additions, -1 deletions)

View changed files

📝 docs/docs/developer/setup.md (+7 -1)
📝 mobile/analysis_options.yaml (+52 -0)

📄 Description

Changes made in the PR:

  • Adds the dart_code_metrics entry to analysis_options.yaml of the mobile app for DCM to start providing lints
  • Updated developer docs with link to the installation page of DCM

Note

The DCM rules & metrics configuration is still WIP


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/5136 **Author:** [@shenlong-tanwen](https://github.com/shenlong-tanwen) **Created:** 11/19/2023 **Status:** ✅ Merged **Merged:** 11/19/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `build/mobile-dcm-integ` --- ### 📝 Commits (1) - [`faf3f41`](https://github.com/immich-app/immich/commit/faf3f417a1e30515a66467db56144801644041c3) mobile: add initial DCM analysis_options ### 📊 Changes **2 files changed** (+59 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/developer/setup.md` (+7 -1) 📝 `mobile/analysis_options.yaml` (+52 -0) </details> ### 📄 Description ### Changes made in the PR: - Adds the `dart_code_metrics` entry to `analysis_options.yaml` of the mobile app for [DCM](https://dcm.dev/) to start providing lints - Updated developer docs with link to the installation page of DCM > [!Note] > The DCM rules & metrics configuration is still WIP --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:25:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10667