| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/dev/digitala-lektioner/ |
Upload File : |
<?xml version="1.0"?> <ruleset name="Diglek 2.0"> <description>Wordpress, Digitala lektioner</description> <arg name="cache" value=".phpcs-cache"/> <arg name="basepath" value="./"/> <arg name="colors"/> <file>.</file> <exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/.git/*</exclude-pattern> <exclude-pattern>*/.svn/*</exclude-pattern> <exclude-pattern>*/.idea/*</exclude-pattern> <exclude-pattern>*/www/wp/*</exclude-pattern> <rule ref="Squiz.PHP.CommentedOutCode"/> <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/> <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/> <rule ref="Generic.Commenting.Todo"/> <rule ref="Generic.Files.ByteOrderMark"/> <rule ref="Generic.Files.LineEndings"/> <rule ref="Generic.Functions.OpeningFunctionBraceKernighanRitchie"/> <rule ref="Generic.Formatting.MultipleStatementAlignment"/> <rule ref="WordPress"> <exclude name="Universal.Arrays.DisallowShortArraySyntax"/> <exclude name="Generic.Commenting.DocComment.SpacingAfter"/> <exclude name="Generic.Files.LineLength"/> <exclude name="Generic.WhiteSpace.ScopeIndent"/> <exclude name="Generic.WhiteSpace.DisallowTabIndent"/> <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/> <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/> <exclude name="Squiz.Commenting.BlockComment.NoNewLine"/> <exclude name="Squiz.Commenting.BlockComment.NoEmptyLineBefore"/> <exclude name="Squiz.Commenting.InlineComment.NotCapital"/> <exclude name="Squiz.Commenting.FileComment.WrongStyle"/> <exclude name="Squiz.Commenting.FileComment.Missing"/> <exclude name="Squiz.Commenting.FunctionComment.Missing"/> <exclude name="Squiz.Commenting.InlineComment.NoSpaceBefore"/> <exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop"/> <exclude name="Squiz.Operators.ValidLogicalOperators.NotAllowed"/> <exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterOpen"/> <exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeEnd"/> <exclude name="Universal.Operators.DisallowShortTernary.Found"/> <exclude name="WordPress.DateTime.RestrictedFunctions.date_date" /> <exclude name="WordPress.PHP.DiscouragedFunctions.DiscouragedWithAlternative" /> <exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" /> </rule> <rule ref="WordPress.Files.FileName.NotHyphenatedLowercase"> <exclude-pattern>archive-iis_podcast\.php$</exclude-pattern> <exclude-pattern>single-iis_podcast\.php$</exclude-pattern> <exclude-pattern>single-iis_podcast_episode\.php$</exclude-pattern> </rule> </ruleset>