diablomedia/arcanist-extensions 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

diablomedia/arcanist-extensions

Composer 安装命令:

composer require diablomedia/arcanist-extensions

包简介

Collection of Arcanist extensions use for linting/testing code with Arcanist and Phabricator/Phorge

README 文档

README

Extensions for Arcanist (should also work with any forks of Arcanist, like the one bundled with Phorge)

Installation

The recommended way to install these extensions is with composer. There are very few dependencies (only one, for the php-cs-fixer linter), so there shouldn't be many dependency conflicts.

composer require diablomedia/arcanist-extensions --dev

If composer installation is not possible, you can clone this repo somewhere in your system and point your .arcconfig to the path where this is installed. You can also install it in the same location as your arcanist and libphutil directories, and arcanist should find the extensions there.

Configuration

To enable all of the extensions in this repository, you just need to add one line to your .arcconfig file's "load" section:

{
  "load": ["vendor/diablomedia/arcanist-extensions/extensions/"]
}

If you don't want to enable all of the extensions in your config (technically they're not used until you configure them in your .arclint (for linters) or .arcconfig (for unit test engines)) you can load each extension individually, for example:

{
  "load": [
    "vendor/diablomedia/arcanist-extensions/extensions/composer_validate_linter",
    "vendor/diablomedia/arcanist-extensions/extensions/phpstan_linter"
  ]
}

To configure the extension to run in your arcanist project, please reference each extension's README file (linked below).

Extensions Included

  • Linters
  • Unit Test Engines
    • Jest - Runs Jest (for Javascript tests) and processes coverage report
    • Vitest - Runs Vitest (for Javascript tests) and processes coverage report
    • Multi Test Engine - Allows configuration of multiple unit test engines (useful for repositories that contain tests for different languages, i.e. PHP and JS for a repo that contains server-side (PHP) and client side (Javascript) tests)

Acknowledgements

Some of these linters come from forks of other linters found on github that are generally not maintained anymore (or we forked due to some difference in functionality that worked better for us). Check out the README for each linter, which will link back to the original project.

diablomedia/arcanist-extensions 适用场景与选型建议

diablomedia/arcanist-extensions 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.38k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 08 月 29 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 diablomedia/arcanist-extensions 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 diablomedia/arcanist-extensions 我们能提供哪些服务?
定制开发 / 二次开发

基于 diablomedia/arcanist-extensions 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 1.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 18
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-29