blackboard-open-source/moodle-coding-standard 问题修复 & 功能扩展

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

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

blackboard-open-source/moodle-coding-standard

最新稳定版本:2.0.3

Composer 安装命令:

composer require blackboard-open-source/moodle-coding-standard

包简介

Moodle CodeSniffer Standards

README 文档

README

This project is simply a way to package up and distribute the Moodle Coding Standard which is defined in the following project: moodle-local_codechecker

This project does not attempt to do anything else. If there are problems with the standard, then the problems should be addressed in the moodle-local_codechecker project. Once the problem is fixed, it can be synced from moodle-local_codechecker into this project.

Latest Stable Version Total Downloads License

Install

Just add it to your project's composer.json file (--dev is optional based on your needs):

composer require --dev blackboard-open-source/moodle-coding-standard

Usage

The following paths may change based on how things are installed, but basically you are looking for the path to the CodeSniffer command and the path to the moodle directory of this project:

vendor/bin/phpcs --standard=vendor/blackboard-open-source/moodle-coding-standard/moodle /path/to/moodle/plugin

Credits

All praise should go to the contributors of moodle-local_codechecker.

License

This project is licensed under the GNU GPL v3 or later. See the LICENSE file for details.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 6
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2018-09-10