Skip to content

Commit 9c1a805

Browse files
committed
Remove parallel lint dependency and drone step, lint is done in github workflow
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 673d872 commit 9c1a805

File tree

3 files changed

+2
-69
lines changed

3 files changed

+2
-69
lines changed

.drone.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,13 @@ steps:
55
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
66
environment:
77
APP_NAME: ldap_write_support
8-
CORE_BRANCH: master
8+
CORE_BRANCH: stable26
99
DB: sqlite
1010
commands:
1111
# Pre-setup steps
1212
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
1313
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
1414
- cd ../server
15-
- name: syntax-php8.0
16-
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
17-
environment:
18-
APP_NAME: ldap_write_support
19-
CORE_BRANCH: stable26
20-
DB: sqlite
21-
commands:
22-
- composer install
23-
- ./vendor/bin/parallel-lint --exclude ./vendor/ .
2415
type: docker
2516
trigger:
2617
branch:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "nextcloud/ldap_write_support",
33
"type": "project",
44
"require-dev": {
5-
"php-parallel-lint/php-parallel-lint": "^1.2",
65
"nextcloud/coding-standard": "^1.0",
76
"nextcloud/ocp": "dev-master",
87
"vimeo/psalm": "^5.9"

composer.lock

Lines changed: 1 addition & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)