Merge branch 'generate-fix-suggestions' into 'main'
Add generate-fix-suggestions command See merge request KostaHarlan/fix-suggestions!1
.gitlab-ci.yml
0 → 100644
app.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "wikimedia/fix-suggestions", | ||
"description": "Generate and publish fix suggestions for MediaWiki core and extensions/skins. Currently for Gerrit, later for GitLab.", | ||
"type": "library", | ||
"require": { | ||
"symfony/console": "^5.3", | ||
"symfony/http-foundation": "^5.3", | ||
"mediawiki/mediawiki-codesniffer": "^37.0", | ||
"symfony/process": "^5.3" | ||
}, | ||
"autoload": { | ||
"psr-4": {"FixSuggestions\\": "src/"} | ||
}, | ||
"license": "GNU GPL v 3.0", | ||
"authors": [ | ||
{ | ||
"name": "Kosta Harlan", | ||
"email": "kharlan@wikimedia.org" | ||
} | ||
] | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
phpcs.xml
0 → 100644
Please register or sign in to comment