jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/405912 )

Change subject: Move phpcs.xml to .phpcs.xml
......................................................................


Move phpcs.xml to .phpcs.xml

Change-Id: I73d0ff2db7304433226b08e430d8c2b1f398817f
---
M hooks/post_gen_project.py
M {{ cookiecutter.library_name }}/.gitattributes
R {{ cookiecutter.library_name }}/.phpcs.xml
3 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py
index 04fe5e3..a7bbe8a 100644
--- a/hooks/post_gen_project.py
+++ b/hooks/post_gen_project.py
@@ -25,7 +25,7 @@
     # Would be nice if we didnt need to hardcode these...
     'jakub-onderka/php-parallel-lint': '0.9.2',
     'jakub-onderka/php-console-highlighter': '0.3.2',
-    'mediawiki/mediawiki-codesniffer': '13.0.0',
+    'mediawiki/mediawiki-codesniffer': '15.0.0',
     'mediawiki/minus-x': '0.2.1',
     'phpunit/phpunit': '4.8.36',
 }
diff --git "a/\173\173 cookiecutter.library_name \175\175/.gitattributes" 
"b/\173\173 cookiecutter.library_name \175\175/.gitattributes"
index b6fe658..749e6a3 100644
--- "a/\173\173 cookiecutter.library_name \175\175/.gitattributes"
+++ "b/\173\173 cookiecutter.library_name \175\175/.gitattributes"
@@ -5,6 +5,6 @@
 .travis.yml export-ignore
 Doxyfile export-ignore
 composer.json export-ignore
-phpcs.xml export-ignore
+.phpcs.xml export-ignore
 phpunit.xml.dist export-ignore
 tests/ export-ignore
diff --git "a/\173\173 cookiecutter.library_name \175\175/phpcs.xml" 
"b/\173\173 cookiecutter.library_name \175\175/.phpcs.xml"
similarity index 100%
rename from "\173\173 cookiecutter.library_name \175\175/phpcs.xml"
rename to "\173\173 cookiecutter.library_name \175\175/.phpcs.xml"

-- 
To view, visit https://gerrit.wikimedia.org/r/405912
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I73d0ff2db7304433226b08e430d8c2b1f398817f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/tools/cookiecutter-library
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to