Skip to content

Commit 2f06c3e

Browse files
authored
Remove PHPCS and Minus-X (#81)
1 parent d1056af commit 2f06c3e

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous Integration
33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
ci:
77
runs-on: ubuntu-latest
88

99
steps:

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@
55
"homepage": "https://www.mediawiki.org/wiki/Extension:Snap!_Project_Embed",
66
"license": "GPL-3.0+",
77
"require-dev": {
8-
"mediawiki/mediawiki-codesniffer": "44.0.0",
98
"php-parallel-lint/php-parallel-lint": "^1.3.2",
109
"php-parallel-lint/php-console-highlighter": "^1.0.0",
11-
"mediawiki/minus-x": "^1.1"
1210
},
1311
"scripts": {
1412
"test": [
1513
"parallel-lint . --exclude vendor --exclude node_modules",
16-
"phpcs -p -s",
17-
"minus-x check ."
18-
],
19-
"fix": [
20-
"phpcbf",
21-
"minus-x fix ."
2214
]
2315
}
2416
}

phpcs.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)