diff options
author | Brian Evans <grknight@gentoo.org> | 2023-02-27 21:48:58 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2023-02-28 13:44:15 -0500 |
commit | f22455d00f1195dd8edf614f972e8fc8670f8f7d (patch) | |
tree | 5279fed892b7f700c75fbc95b001b43d5b602c90 /ContributionScores/.phpcs.xml | |
parent | ContributionScores: Add new extension for more fun. (diff) | |
download | extensions-master.tar.gz extensions-master.tar.bz2 extensions-master.zip |
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ContributionScores/.phpcs.xml')
-rw-r--r-- | ContributionScores/.phpcs.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ContributionScores/.phpcs.xml b/ContributionScores/.phpcs.xml deleted file mode 100644 index d0d9344f..00000000 --- a/ContributionScores/.phpcs.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<ruleset> - <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> - <exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" /> - <exclude name="MediaWiki.NamingConventions.PrefixedGlobalFunctions.allowedPrefix" /> - <exclude name="MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage" /> - <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" /> - <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" /> - <exclude name="Squiz.Scope.MethodScope.Missing" /> - </rule> - <file>.</file> - <arg name="extensions" value="php" /> - <arg name="encoding" value="UTF-8" /> -</ruleset> |