Le 02/03/2016 22:27, bawolff a écrit : >> Hope this is ok. If not, I will ask the GeoGebra team for help. > See https://www.mediawiki.org/wiki/Manual:Coding_conventions for > details. A lot of this is super-ficial stuff, but having the code look > like the rest of MediaWiki can really make it easier for us to figure > out what's going on at a glance.
Hello, Jean-Frédéric has introduced the CI entry points that will help verify appropriate coding style and catch a few common errors. It is as easy as running: composer install npm install Then run them via: composer test npm test Whenever a patch is proposed in Gerrit, the commands are run for you and reported back on the gerrit change after a few minutes. More details on https://www.mediawiki.org/wiki/Continuous_integration/Entry_points -- Antoine "hashar" Musso _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
