Mailing List Archive

[MediaWiki-commits] [Gerrit] mediawiki...cookiecutter-library[master]: Move phpcs.xml to .phpcs.xml
Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/405912 )

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

Move phpcs.xml to .phpcs.xml

Change-Id: I73d0ff2db7304433226b08e430d8c2b1f398817f
---
M {{ cookiecutter.library_name }}/.gitattributes
R {{ cookiecutter.library_name }}/.phpcs.xml
2 files changed, 1 insertion(+), 1 deletion(-)


git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/cookiecutter-library refs/changes/12/405912/1

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: newchange
Gerrit-Change-Id: I73d0ff2db7304433226b08e430d8c2b1f398817f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/cookiecutter-library
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm@member.fsf.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] mediawiki...cookiecutter-library[master]: Move phpcs.xml to .phpcs.xml [ In reply to ]
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 <legoktm@member.fsf.org>
Gerrit-Reviewer: Legoktm <legoktm@member.fsf.org>
Gerrit-Reviewer: jenkins-bot <>

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