Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372014 )

Change subject: Remove GoatSniffer integration
......................................................................

Remove GoatSniffer integration

This was fun and all, but it broke my upgrade script.

Change-Id: I24bb8c1eedde7a69f60db8d77ed9ee4b350feefb
---
M MediaWiki/ruleset.xml
D utils/goatsniffer.php
2 files changed, 0 insertions(+), 50 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/codesniffer 
refs/changes/14/372014/1

diff --git a/MediaWiki/ruleset.xml b/MediaWiki/ruleset.xml
index c9f0f32..b12a7da 100644
--- a/MediaWiki/ruleset.xml
+++ b/MediaWiki/ruleset.xml
@@ -122,7 +122,4 @@
        <exclude-pattern type="relative">^\.git</exclude-pattern>
        <exclude-pattern type="relative">^vendor</exclude-pattern>
        <exclude-pattern type="relative">^node_modules</exclude-pattern>
-
-       <!-- GoatSniffer -->
-       <arg name="bootstrap" value="../utils/goatsniffer.php"/>
 </ruleset>
diff --git a/utils/goatsniffer.php b/utils/goatsniffer.php
deleted file mode 100644
index 31c9aa8..0000000
--- a/utils/goatsniffer.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-/**
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- * http://www.gnu.org/copyleft/gpl.html
- *
- * @file
- */
-
-/**
- * Wikimania special edition: GoatSniffer
- */
-echo <<<GOAT
-   _____             _    _____       _  __  __          
-  / ____|           | |  / ____|     (_)/ _|/ _|         
- | |  __  ___   __ _| |_| (___  _ __  _| |_| |_ ___ _ __ 
- | | |_ |/ _ \ / _` | __|\___ \| '_ \| |  _|  _/ _ \ '__|
- | |__| | (_) | (_| | |_ ____) | | | | | | | ||  __/ |   
-  \_____|\___/ \__,_|\__|_____/|_| |_|_|_| |_| \___|_|   
-
-
-GOAT;
-
-// ASCII art by paroneayea
-echo <<<GOAT
-         /\
-        ' \\
-          .---
-         /    \_
- ,      //U(~)  \
- \\____//  _  _--  BAAAAA    BAAAAA
-  /       / \\\      BAAAAAA
-  |,--__,|
-  ""    ""
-
-GOAT;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24bb8c1eedde7a69f60db8d77ed9ee4b350feefb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/codesniffer
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to