Download the PHP package whotrades/bitbucket-code-style without Composer
On this page you can find all versions of the php package whotrades/bitbucket-code-style. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download whotrades/bitbucket-code-style
More information about whotrades/bitbucket-code-style
Files in whotrades/bitbucket-code-style
Package bitbucket-code-style
Short Description Robot for integration code style checking at atlassian bitbucket (supports phpcs and cpplint)
License
Informations about the package bitbucket-code-style
phpcs-bitbucket
Скрипт, для интеграции phpcs и atlassian bitbucket. Скрипт проверяет pull request на соответствию кодстайлу, и комментирует рецензию найденными ошибками Больше можно прочесть на https://habrahabr.ru/post/303348/
Схема работы phpcs-bitbucket
Результат работы phpcs-bitbucket
Результатом работы приложение явлются комментарии в atlassian bitbucket о найденных ошибках в стилях кода
Установка и настройка
- Клонировать репозиторий
- Запустить composer install
- Переименовать configuration.ini-dist в configuration.ini
- Указать в configuration.ini ссылку и логин-пароль от вашей копии atlassian bitbucket, указать стандарт проверки
Запуск
Запускать приложение можно двумя путями:
- С помощью консоли: запускаем команду (например, для репозитория https://example.com/projects/WT/repos/sparta/browse slug будет равно WT, а repo - sparta
- С помощью HTTP запроса:
Интеграция с pull request
Добавить webhook в atlassian stash с указанием ссылки на index.php из phpcs-bitbucket с аргументами index.php?branch=${refChange.refId}&repo=${project.key}&slug=${repository.slug}
All versions of bitbucket-code-style with dependencies
guzzlehttp/guzzle Version ~6.3
monolog/monolog Version ~1.23|^2.7
php Version >=7.0