HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/frettoli_bad/wp-content/themes/Avada/codesniffer.ruleset.xml
<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards">
	<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
	<!-- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/WordPress-Core/ruleset.xml -->

	<!-- Set a description for this ruleset. -->
	<description>A custom set of code standard rules to check for WordPress themes and plugins.</description>

	<!-- Include the WordPress ruleset, with exclusions. -->
	<rule ref="WordPress">
		<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
		<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
		<exclude name="WordPress.VIP.RestrictedFunctions.user_meta" />
		<exclude name="WordPress.VIP.RestrictedFunctions.url_to_postid" />
		<exclude name="WordPress.VIP.RestrictedFunctions.get_term_by" />
		<exclude name="WordPress.VIP.RestrictedFunctions.get_term_link" />
		<exclude name="PHPCompatibility.PHP.DefaultTimezoneRequired" />
		<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
		<exclude name="Squiz.Commenting.ClassComment.Missing" />
		<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd" />
		<exclude name="Squiz.Commenting.FunctionComment.Missing" />
		<exclude name="Squiz.Commenting.VariableComment.Missing" />
		<exclude name="Squiz.Commenting.ClassComment.SpacingAfter" />
		<exclude name="Generic.Commenting.DocComment.MissingShort" />
		<exclude name="Squiz.Commenting.FileComment.Missing" />
		<exclude name="Squiz.Commenting.InlineComment.NotCapital" />
		<exclude name="Squiz.Commenting.VariableComment.WrongStyle" />
		<exclude name="Squiz.Commenting.FileComment.WrongStyle" />
		<exclude name="WordPress.Files.FileName.UnderscoresNotAllowed" />
		<exclude name="PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket" />
		<exclude name="WordPress.CSRF.NonceVerification.NoNonceVerification" />
		<exclude name="WordPress.VIP.ValidatedSanitizedInput.MissingUnslash" />
		<exclude name="WordPress.VIP.ValidatedSanitizedInput.InputNotSanitized" />
		<exclude name="WordPress.WP.EnqueuedResources.NonEnqueuedScript" />
		<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBetweenStructureColon" />
		<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.StartFile" />
		<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCase" />
		<exclude name="WordPress.Arrays.ArrayKeySpacingRestrictions.NoSpacesAroundArrayKeys" />
		<exclude name="WordPress.VIP.DirectDatabaseQuery.NoCaching" />
		<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine" />
		<exclude name="WordPress.XSS.EscapeOutput.OutputNotEscaped" />
		<exclude name="Squiz.Commenting.InlineComment.SpacingAfter" />
		<exclude name="Generic.Commenting.DocComment.ShortNotCapital" />
		<exclude name="Squiz.Commenting.InlineComment.NoSpaceBefore" />
		<exclude name="WordPress.PHP.YodaConditions.NotYoda" />
		<exclude name="Squiz.Commenting.FileComment.SpacingAfterOpen" />
		<exclude name="Squiz.Commenting.FileComment.SpacingAfterComment" />
		<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
		<exclude name="WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid" />
		<exclude name="Squiz.Commenting.FunctionComment.MissingParamTag" />
		<exclude name="PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket" />
		<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace" />
		<exclude name="WordPress.VIP.ValidatedSanitizedInput.InputNotValidated" />
		<exclude name="Squiz.Commenting.FunctionComment.WrongStyle" />
		<exclude name="WordPress.WP.PreparedSQL.NotPrepared" />
		<exclude name="WordPress.Arrays.ArrayDeclaration.NoComma" />
		<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword" />
		<exclude name="WordPress.XSS.EscapeOutput.UnsafePrintingFunction" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis" />
		<exclude name="WordPress.Arrays.ArrayDeclaration.SpaceAfterKeyword" />
		<exclude name="Generic.Commenting.DocComment.SpacingAfter" />
		<exclude name="WordPress.WhiteSpace.OperatorSpacing.SpacingAfter" />
		<exclude name="WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast" />
		<exclude name="WordPress.WhiteSpace.OperatorSpacing.NoSpaceBefore" />
		<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines" />
		<exclude name="WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterCloseParenthesis" />
		<exclude name="WordPress.Arrays.ArrayKeySpacingRestrictions.SpacesAroundArrayKeys" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis" />
		<exclude name="Generic.Commenting.DocComment.SpacingBeforeTag" />
		<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.OpenBraceNotSameLine" />
		<exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed" />
		<exclude name="Generic.PHP.ForbiddenFunctions.FoundWithAlternative" />
		<exclude name="Generic.PHP.LowerCaseConstant.Found" />
		<exclude name="PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket" />
		<exclude name="Generic.Commenting.DocComment.SpacingBeforeTags" />
		<exclude name="WordPress.Variables.GlobalVariables.OverrideProhibited" />
		<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
		<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.SpaceAfterBracket" />
		<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
		<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" />
		<exclude name="Squiz.Commenting.BlockComment.WrongEnd" />
		<exclude name="Squiz.Strings.DoubleQuoteUsage.NotRequired" />
		<exclude name="WordPress.Arrays.ArrayDeclaration.NoSpaceAfterOpenParenthesis" />
		<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace" />
		<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
		<exclude name="WordPress.VIP.RestrictedFunctions.wp_get_post_terms" />
		<exclude name="Squiz.Commenting.BlockComment.NoEmptyLineBefore" />
		<exclude name="Squiz.Commenting.BlockComment.NoNewLine" />
		<exclude name="Generic.Strings.UnnecessaryStringConcat.Found" />
		<exclude name="Generic.Formatting.DisallowMultipleStatements.SameLine" />
		<exclude name="WordPress.Arrays.ArrayDeclaration.SpaceAfterArrayCloser" />
		<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedIF" />
		<exclude name="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose" />
		<exclude name="WordPress.VIP.PostsPerPage.posts_per_page" />
		<exclude name="Generic.Files.EndFileNewline.NotFound" />
		<exclude name="Squiz.Commenting.FunctionComment.InvalidNoReturn" />
		<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.ExtraSpaceAfterCloseParenthesis" />
		<exclude name="WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet" />
		<exclude name="Generic.PHP.LowerCaseKeyword.Found" />
		<exclude name="Squiz.Commenting.FunctionComment.IncorrectTypeHint" />
		<exclude name="Squiz.Commenting.FunctionComment.MissingParamName" />
		<exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar" />
		<exclude name="WordPress.NamingConventions.ValidVariableName.MemberNotSnakeCase" />
		<exclude name="WordPress.VIP.FileSystemWritesDisallow.FileWriteDetected" />
		<exclude name="Squiz.Commenting.FunctionComment.InvalidReturnVoid" />
		<exclude name="Squiz.Commenting.FunctionComment.ParamNameNoMatch" />
		<exclude name="Squiz.Commenting.InlineComment.SpacingBefore" />
		<exclude name="WordPress.VIP.RestrictedFunctions.get_pages" />
	</rule>

	<!-- Include sniffs for PHP cross-version compatibility. -->
	<rule ref="PHPCompatibility"/>
</ruleset>