-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
84 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
~ __ ___ ____ _ ___ _ __ | ||
~ / |/ /_ __/ / /_(_)___/ (_)___ ___ ___ ____ _____(_)___ ____ ____ _/ / | ||
~ / /|_/ / / / / / __/ / __ / / __ `__ \/ _ \/ __ \/ ___/ / __ \/ __ \ / __ `/ / | ||
~ / / / / /_/ / / /_/ / /_/ / / / / / / / __/ / / (__ ) / /_/ / / / // /_/ / / | ||
~ /_/ /_/\__,_/_/\__/_/\__,_/_/_/ /_/ /_/\___/_/ /_/____/_/\____/_/ /_(_)__,_/_/ | ||
~ | ||
~ phpBB Auth: MediaWiki Authentication Extension | ||
~ Copyright (c) Multidimension.al (http://multidimension.al) | ||
~ Github : https://github.com/multidimension-al/phpbbauth | ||
~ | ||
~ Licensed under The MIT License | ||
~ For full copyright and license information, please see the LICENSE file | ||
~ Redistributions of files must retain the above copyright notice. | ||
~ | ||
~ @copyright Copyright © 2018 Multidimension.al (http://multidimension.al) | ||
~ @link https://github.com/multidimension-al/phpbbauth phpBB Auth Github | ||
~ @license http://www.opensource.org/licenses/mit-license.php MIT License | ||
--> | ||
|
||
<ruleset> | ||
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"/> | ||
<file>.</file> | ||
<exclude-pattern>extensions/*</exclude-pattern> | ||
<arg name="bootstrap" value="./vendor/mediawiki/mediawiki-codesniffer/utils/bootstrap-ci.php"/> | ||
<arg name="extensions" value="php,php5,inc"/> | ||
<arg name="encoding" value="UTF-8"/> | ||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters