diff options
author | Brian Evans <grknight@gentoo.org> | 2020-10-07 09:38:40 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-10-07 09:38:40 -0400 |
commit | 1d3113c853b77fbe075b2f87f66c0153f38f4b7f (patch) | |
tree | 487cddf522d08532b30d0bf695538f78088014f8 /DisableAccount/.phpcs.xml | |
parent | Add OAuth for API access (diff) | |
download | extensions-1d3113c853b77fbe075b2f87f66c0153f38f4b7f.tar.gz extensions-1d3113c853b77fbe075b2f87f66c0153f38f4b7f.tar.bz2 extensions-1d3113c853b77fbe075b2f87f66c0153f38f4b7f.zip |
Add DisableAccount to replace EditAccount
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'DisableAccount/.phpcs.xml')
-rw-r--r-- | DisableAccount/.phpcs.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DisableAccount/.phpcs.xml b/DisableAccount/.phpcs.xml new file mode 100644 index 00000000..46162094 --- /dev/null +++ b/DisableAccount/.phpcs.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<ruleset> + <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> + <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" /> + <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" /> + <exclude name="MediaWiki.Commenting.FunctionComment.WrongStyle" /> + <exclude name="Squiz.Scope.MethodScope.Missing" /> + </rule> + <file>.</file> + <arg name="extensions" value="php,inc" /> + <arg name="encoding" value="UTF-8" /> +</ruleset> |