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

Change subject: Add GoatSniffer ASCII art
......................................................................


Add GoatSniffer ASCII art

Change-Id: I10b688a156d8ffac81bd9ddcd07e2483425a484f
---
M MediaWiki/ruleset.xml
A utils/goatsniffer.php
2 files changed, 48 insertions(+), 0 deletions(-)

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



diff --git a/MediaWiki/ruleset.xml b/MediaWiki/ruleset.xml
index b12a7da..c9f0f32 100644
--- a/MediaWiki/ruleset.xml
+++ b/MediaWiki/ruleset.xml
@@ -122,4 +122,7 @@
        <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
new file mode 100644
index 0000000..544231a
--- /dev/null
+++ b/utils/goatsniffer.php
@@ -0,0 +1,45 @@
+<?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
+        /\
+       ' \\
+         .---
+         /    \_
+       // (~)  \
+ \\___//  _  _--  BAAAAA    BAAAAA
+  /      / \\\      BAAAAAA
+
+GOAT;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I10b688a156d8ffac81bd9ddcd07e2483425a484f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/tools/codesniffer
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>
Gerrit-Reviewer: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Reedy <re...@wikimedia.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