Commit graph

7 commits

Author SHA1 Message Date
libraryupgrader 46df6b13d4 build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: Iedc6222900f21df887735d84c1255d6fc1cd82ce
2017-10-21 04:27:16 +00:00
Umherirrender 5117cbd09e Improve some parameter docs
Change-Id: Ia4709af4e8fa1563192001772c1a514e051d2fa9
2017-09-09 16:06:17 +02:00
libraryupgrader 21300d1a14 build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
The following sniffs are failing and were disabled:
* MediaWiki.Files.ClassMatchesFilename.NotMatch
* MediaWiki.Files.ClassMatchesFilename.WrongCase

Change-Id: I4e569fbf4cb6743a3b548b7d5db73137786355c2
2017-09-01 04:54:23 +00:00
Umherirrender 20b461cb3d phpcs.xml: Remove exclude-pattern
The .git is wrong, see T129664

Change-Id: I6c864c1c2d8745633daf47cc3859bc5a0fd5174f
2017-07-24 22:28:54 +02:00
Kunal Mehta c02f2f13b5 build: Updating mediawiki/mediawiki-codesniffer to 0.10.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.FunctionComment.MissingParamComment
* MediaWiki.Commenting.FunctionComment.MissingParamTag
* MediaWiki.Commenting.FunctionComment.MissingReturn
* MediaWiki.Commenting.FunctionComment.ParamNameNoMatch
* MediaWiki.FunctionComment.Missing.Protected
* MediaWiki.FunctionComment.Missing.Public

Change-Id: I79250c955f70faf177ada5c7328576abed88011c
2017-07-07 17:50:56 +02:00
Umherirrender b974f01303 Use tabs to indent xml
Also exclude node_modules from build process, use correct notation for
utf-8

Change-Id: Ibade4be71ba677d67491862e8eeaba25a7f14d40
2017-06-22 22:45:35 +02:00
Reedy 9cceee17cc Clean up code style and docblocks
* array() -> []
* spacing fixes
* dirname( __FILE__ ) -> __DIR__
* Add phpcs style checks using latest mediawiki-codesniffer to keep
  things clean.

Co-Authored-By: Bryan Davis <bd808@wikimedia.org>
Change-Id: I95735f928d3e5d6ac9d2a10d92b40ed01cf2737c
2016-09-30 14:40:06 -06:00