phpcs.xml.dist 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ruleset name="drupal_core">
  3. <description>Default PHP CodeSniffer configuration for Drupal core.</description>
  4. <file>.</file>
  5. <file>scripts/drupal.sh</file>
  6. <file>scripts/password-hash.sh</file>
  7. <file>scripts/rebuild_token_calculator.sh</file>
  8. <file>scripts/run-tests.sh</file>
  9. <file>scripts/update-countries.sh</file>
  10. <arg name="extensions" value="inc,install,module,php,profile,test,theme,yml"/>
  11. <!--Exclude third party code.-->
  12. <exclude-pattern>./assets/vendor/*</exclude-pattern>
  13. <!--Exclude folders used by common frontend tools. These folders match the file_scan_ignore_directories setting in default.settings.php-->
  14. <exclude-pattern>*/node_modules/*</exclude-pattern>
  15. <exclude-pattern>*/bower_components/*</exclude-pattern>
  16. <!--Exclude test files that are intentionally empty, or intentionally violate coding standards.-->
  17. <exclude-pattern>./modules/system/tests/fixtures/HtaccessTest</exclude-pattern>
  18. <!-- Exclude third-party code maintained within core that does not follow our standards. -->
  19. <!-- @todo This rule may be removed when https://www.drupal.org/node/1848264 is resolved. -->
  20. <exclude-pattern>./core/lib/Drupal/Component/Diff/</exclude-pattern>
  21. <!-- Only include specific sniffs that pass. This ensures that, if new sniffs are added, HEAD does not fail.-->
  22. <!-- Drupal sniffs -->
  23. <rule ref="Drupal.Arrays.Array">
  24. <!-- Sniff for these errors: CommaLastItem -->
  25. <exclude name="Drupal.Arrays.Array.ArrayClosingIndentation"/>
  26. <exclude name="Drupal.Arrays.Array.ArrayIndentation"/>
  27. <exclude name="Drupal.Arrays.Array.LongLineDeclaration"/>
  28. </rule>
  29. <rule ref="Drupal.Classes.ClassCreateInstance"/>
  30. <rule ref="Drupal.Classes.ClassDeclaration"/>
  31. <rule ref="Drupal.Classes.ClassFileName"/>
  32. <rule ref="Drupal.Classes.FullyQualifiedNamespace"/>
  33. <rule ref="Drupal.Classes.InterfaceName"/>
  34. <rule ref="Drupal.Classes.UnusedUseStatement"/>
  35. <rule ref="Drupal.Classes.UseLeadingBackslash"/>
  36. <rule ref="Drupal.CSS.ClassDefinitionNameSpacing"/>
  37. <rule ref="Drupal.CSS.ColourDefinition"/>
  38. <rule ref="Drupal.Commenting.ClassComment">
  39. <exclude name="Drupal.Commenting.ClassComment.Missing"/>
  40. </rule>
  41. <rule ref="Drupal.Commenting.DataTypeNamespace"/>
  42. <rule ref="Drupal.Commenting.DocComment">
  43. <!-- Sniff for these errors: SpacingAfterTagGroup, WrongEnd, SpacingBetween,
  44. ContentAfterOpen, SpacingBeforeShort, TagValueIndent, ShortStartSpace,
  45. SpacingAfter, LongNotCapital -->
  46. <!-- ParamNotFirst still not decided for PHPUnit-based tests.
  47. @see https://www.drupal.org/node/2253915 -->
  48. <exclude name="Drupal.Commenting.DocComment.ParamNotFirst"/>
  49. <exclude name="Drupal.Commenting.DocComment.SpacingBeforeTags"/>
  50. <exclude name="Drupal.Commenting.DocComment.LongFullStop"/>
  51. <exclude name="Drupal.Commenting.DocComment.ShortNotCapital"/>
  52. <exclude name="Drupal.Commenting.DocComment.ShortFullStop"/>
  53. <!-- TagsNotGrouped and ParamGroup have false-positives.
  54. @see https://www.drupal.org/node/2060925 -->
  55. <exclude name="Drupal.Commenting.DocComment.TagsNotGrouped"/>
  56. <exclude name="Drupal.Commenting.DocComment.ParamGroup"/>
  57. <exclude name="Drupal.Commenting.DocComment.ShortSingleLine"/>
  58. <exclude name="Drupal.Commenting.DocComment.TagGroupSpacing"/>
  59. <exclude name="Drupal.Commenting.DocComment.MissingShort"/>
  60. </rule>
  61. <rule ref="Drupal.Commenting.DocCommentStar"/>
  62. <rule ref="Drupal.Commenting.FileComment"/>
  63. <rule ref="Drupal.Commenting.FunctionComment">
  64. <exclude name="Drupal.Commenting.FunctionComment.IncorrectTypeHint"/>
  65. <exclude name="Drupal.Commenting.FunctionComment.InvalidNoReturn"/>
  66. <exclude name="Drupal.Commenting.FunctionComment.InvalidTypeHint"/>
  67. <exclude name="Drupal.Commenting.FunctionComment.Missing"/>
  68. <exclude name="Drupal.Commenting.FunctionComment.MissingParamComment"/>
  69. <exclude name="Drupal.Commenting.FunctionComment.MissingParamType"/>
  70. <exclude name="Drupal.Commenting.FunctionComment.MissingReturnComment"/>
  71. <exclude name="Drupal.Commenting.FunctionComment.MissingReturnType"/>
  72. <exclude name="Drupal.Commenting.FunctionComment.ParamCommentFullStop"/>
  73. <exclude name="Drupal.Commenting.FunctionComment.ParamMissingDefinition"/>
  74. <exclude name="Drupal.Commenting.FunctionComment.TypeHintMissing"/>
  75. </rule>
  76. <rule ref="Drupal.Commenting.GenderNeutralComment" />
  77. <rule ref="Drupal.Commenting.VariableComment">
  78. <!-- Sniff for: DuplicateVar, EmptyVar, InlineVariableName -->
  79. <exclude name="Drupal.Commenting.VariableComment.IncorrectVarType"/>
  80. <exclude name="Drupal.Commenting.VariableComment.Missing"/>
  81. <exclude name="Drupal.Commenting.VariableComment.MissingVar"/>
  82. <exclude name="Drupal.Commenting.VariableComment.VarOrder"/>
  83. <exclude name="Drupal.Commenting.VariableComment.WrongStyle"/>
  84. </rule>
  85. <rule ref="Drupal.Commenting.InlineComment">
  86. <!-- Sniff for: NoSpaceBefore, WrongStyle -->
  87. <exclude name="Drupal.Commenting.InlineComment.DocBlock"/>
  88. <exclude name="Drupal.Commenting.InlineComment.InvalidEndChar"/>
  89. <exclude name="Drupal.Commenting.InlineComment.NotCapital"/>
  90. <exclude name="Drupal.Commenting.InlineComment.SpacingAfter"/>
  91. <exclude name="Drupal.Commenting.InlineComment.SpacingBefore"/>
  92. </rule>
  93. <rule ref="Drupal.Commenting.PostStatementComment"/>
  94. <rule ref="Drupal.ControlStructures.ElseIf"/>
  95. <rule ref="Drupal.ControlStructures.ControlSignature"/>
  96. <rule ref="Drupal.ControlStructures.InlineControlStructure"/>
  97. <rule ref="Drupal.Files.EndFileNewline"/>
  98. <rule ref="Drupal.Files.FileEncoding"/>
  99. <rule ref="Drupal.Files.TxtFileLineLength"/>
  100. <rule ref="Drupal.Formatting.MultiLineAssignment"/>
  101. <rule ref="Drupal.Formatting.MultipleStatementAlignment"/>
  102. <rule ref="Drupal.Formatting.SpaceInlineIf"/>
  103. <rule ref="Drupal.Formatting.SpaceUnaryOperator"/>
  104. <rule ref="Drupal.Functions.DiscouragedFunctions"/>
  105. <rule ref="Drupal.Functions.FunctionDeclaration"/>
  106. <rule ref="Drupal.InfoFiles.AutoAddedKeys"/>
  107. <rule ref="Drupal.InfoFiles.ClassFiles"/>
  108. <rule ref="Drupal.InfoFiles.DuplicateEntry"/>
  109. <rule ref="Drupal.InfoFiles.Required"/>
  110. <rule ref="Drupal.Methods.MethodDeclaration">
  111. <!-- Silence method name underscore warning which is covered already in
  112. Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps. -->
  113. <exclude name="Drupal.Methods.MethodDeclaration.Underscore"/>
  114. </rule>
  115. <rule ref="Drupal.NamingConventions.ValidVariableName">
  116. <!-- Sniff for: LowerStart -->
  117. <exclude name="Drupal.NamingConventions.ValidVariableName.LowerCamelName"/>
  118. </rule>
  119. <rule ref="Drupal.Scope.MethodScope"/>
  120. <rule ref="Drupal.Semantics.EmptyInstall"/>
  121. <rule ref="Drupal.Semantics.FunctionAlias"/>
  122. <rule ref="Drupal.Semantics.FunctionT">
  123. <exclude name="Drupal.Semantics.FunctionT.NotLiteralString"/>
  124. <exclude name="Drupal.Semantics.FunctionT.ConcatString"/>
  125. </rule>
  126. <rule ref="Drupal.Semantics.FunctionWatchdog"/>
  127. <rule ref="Drupal.Semantics.InstallHooks"/>
  128. <rule ref="Drupal.Semantics.LStringTranslatable"/>
  129. <rule ref="Drupal.Semantics.PregSecurity"/>
  130. <rule ref="Drupal.Semantics.TInHookMenu"/>
  131. <rule ref="Drupal.Semantics.TInHookSchema"/>
  132. <rule ref="Drupal.Strings.UnnecessaryStringConcat"/>
  133. <rule ref="Drupal.WhiteSpace.CloseBracketSpacing"/>
  134. <rule ref="Drupal.WhiteSpace.Comma"/>
  135. <rule ref="Drupal.WhiteSpace.EmptyLines"/>
  136. <rule ref="Drupal.WhiteSpace.Namespace"/>
  137. <rule ref="Drupal.WhiteSpace.ObjectOperatorIndent"/>
  138. <rule ref="Drupal.WhiteSpace.ObjectOperatorSpacing"/>
  139. <rule ref="Drupal.WhiteSpace.OpenBracketSpacing"/>
  140. <rule ref="Drupal.WhiteSpace.OpenTagNewline"/>
  141. <rule ref="Drupal.WhiteSpace.ScopeClosingBrace"/>
  142. <rule ref="Drupal.WhiteSpace.ScopeIndent"/>
  143. <!-- Drupal Practice sniffs -->
  144. <rule ref="DrupalPractice.Commenting.ExpectedException"/>
  145. <rule ref="DrupalPractice.General.ExceptionT"/>
  146. <!-- Generic sniffs -->
  147. <rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
  148. <rule ref="Generic.CodeAnalysis.EmptyPHPStatement" />
  149. <rule ref="Generic.Files.ByteOrderMark"/>
  150. <rule ref="Generic.Files.LineEndings"/>
  151. <rule ref="Generic.Formatting.SpaceAfterCast"/>
  152. <rule ref="Generic.Functions.FunctionCallArgumentSpacing"/>
  153. <rule ref="Generic.Functions.OpeningFunctionBraceKernighanRitchie">
  154. <properties>
  155. <property name="checkClosures" value="true"/>
  156. </properties>
  157. </rule>
  158. <rule ref="Generic.NamingConventions.ConstructorName"/>
  159. <rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
  160. <rule ref="Generic.PHP.DeprecatedFunctions"/>
  161. <rule ref="Generic.PHP.DisallowShortOpenTag"/>
  162. <rule ref="Generic.PHP.LowerCaseKeyword"/>
  163. <rule ref="Generic.PHP.UpperCaseConstant"/>
  164. <rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
  165. <!-- Internal sniffs -->
  166. <rule ref="Internal.NoCodeFound">
  167. <!-- No PHP code in *.yml -->
  168. <exclude-pattern>*.yml</exclude-pattern>
  169. </rule>
  170. <!-- MySource sniffs -->
  171. <rule ref="MySource.Debug.DebugCode"/>
  172. <!-- PEAR sniffs -->
  173. <rule ref="PEAR.Files.IncludingFile"/>
  174. <!-- Disable some error messages that we do not want. -->
  175. <rule ref="PEAR.Files.IncludingFile.UseIncludeOnce">
  176. <severity>0</severity>
  177. </rule>
  178. <rule ref="PEAR.Files.IncludingFile.UseInclude">
  179. <severity>0</severity>
  180. </rule>
  181. <rule ref="PEAR.Files.IncludingFile.UseRequireOnce">
  182. <severity>0</severity>
  183. </rule>
  184. <rule ref="PEAR.Files.IncludingFile.UseRequire">
  185. <severity>0</severity>
  186. </rule>
  187. <rule ref="PEAR.Functions.ValidDefaultValue"/>
  188. <!-- PEAR sniffs -->
  189. <rule ref="PEAR.Functions.FunctionCallSignature"/>
  190. <!-- The sniffs inside PEAR.Functions.FunctionCallSignature silenced below are
  191. also silenced in Drupal CS' ruleset.xml. The code below is a 1-on-1 copy
  192. from that file. -->
  193. <!-- Disable some error messages that we already cover. -->
  194. <rule ref="PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket">
  195. <severity>0</severity>
  196. </rule>
  197. <rule ref="PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket">
  198. <severity>0</severity>
  199. </rule>
  200. <!-- Disable some error messages that we do not want. -->
  201. <rule ref="PEAR.Functions.FunctionCallSignature.Indent">
  202. <severity>0</severity>
  203. </rule>
  204. <rule ref="PEAR.Functions.FunctionCallSignature.OpeningIndent">
  205. <severity>0</severity>
  206. </rule>
  207. <rule ref="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket">
  208. <severity>0</severity>
  209. </rule>
  210. <rule ref="PEAR.Functions.FunctionCallSignature.CloseBracketLine">
  211. <severity>0</severity>
  212. </rule>
  213. <rule ref="PEAR.Functions.FunctionCallSignature.EmptyLine">
  214. <severity>0</severity>
  215. </rule>
  216. <!-- PSR-2 sniffs -->
  217. <rule ref="PSR2.Classes.PropertyDeclaration">
  218. <exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
  219. </rule>
  220. <rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
  221. <rule ref="PSR2.Namespaces.UseDeclaration">
  222. <exclude name="PSR2.Namespaces.UseDeclaration.UseAfterNamespace"/>
  223. </rule>
  224. <!-- Squiz sniffs -->
  225. <rule ref="Squiz.Arrays.ArrayBracketSpacing"/>
  226. <rule ref="Squiz.Arrays.ArrayDeclaration">
  227. <exclude name="Squiz.Arrays.ArrayDeclaration.NoKeySpecified"/>
  228. <exclude name="Squiz.Arrays.ArrayDeclaration.KeySpecified"/>
  229. </rule>
  230. <!-- Disable some error messages that we do not want. -->
  231. <rule ref="Squiz.Arrays.ArrayDeclaration.CloseBraceNotAligned">
  232. <severity>0</severity>
  233. </rule>
  234. <rule ref="Squiz.Arrays.ArrayDeclaration.DoubleArrowNotAligned">
  235. <severity>0</severity>
  236. </rule>
  237. <rule ref="Squiz.Arrays.ArrayDeclaration.FirstValueNoNewline">
  238. <severity>0</severity>
  239. </rule>
  240. <rule ref="Squiz.Arrays.ArrayDeclaration.KeyNotAligned">
  241. <severity>0</severity>
  242. </rule>
  243. <rule ref="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed">
  244. <severity>0</severity>
  245. </rule>
  246. <rule ref="Squiz.Arrays.ArrayDeclaration.NoComma">
  247. <severity>0</severity>
  248. </rule>
  249. <rule ref="Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast">
  250. <severity>0</severity>
  251. </rule>
  252. <rule ref="Squiz.Arrays.ArrayDeclaration.NotLowerCase">
  253. <severity>0</severity>
  254. </rule>
  255. <rule ref="Squiz.Arrays.ArrayDeclaration.SingleLineNotAllowed">
  256. <severity>0</severity>
  257. </rule>
  258. <rule ref="Squiz.Arrays.ArrayDeclaration.ValueNotAligned">
  259. <severity>0</severity>
  260. </rule>
  261. <rule ref="Squiz.Arrays.ArrayDeclaration.ValueNoNewline">
  262. <severity>0</severity>
  263. </rule>
  264. <rule ref="Squiz.ControlStructures.ForEachLoopDeclaration"/>
  265. <!-- Disable some error messages that we already cover. -->
  266. <rule ref="Squiz.ControlStructures.ForEachLoopDeclaration.AsNotLower">
  267. <severity>0</severity>
  268. </rule>
  269. <rule ref="Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen">
  270. <severity>0</severity>
  271. </rule>
  272. <rule ref="Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose">
  273. <severity>0</severity>
  274. </rule>
  275. <rule ref="Squiz.ControlStructures.ForLoopDeclaration"/>
  276. <!-- Disable some error messages that we already cover. -->
  277. <rule ref="Squiz.ControlStructures.ForLoopDeclaration.SpacingAfterOpen">
  278. <severity>0</severity>
  279. </rule>
  280. <rule ref="Squiz.ControlStructures.ForLoopDeclaration.SpacingBeforeClose">
  281. <severity>0</severity>
  282. </rule>
  283. <rule ref="Squiz.Functions.MultiLineFunctionDeclaration"/>
  284. <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine">
  285. <severity>0</severity>
  286. </rule>
  287. <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.ContentAfterBrace">
  288. <severity>0</severity>
  289. </rule>
  290. <!-- Standard yet to be finalized on this (https://www.drupal.org/node/1539712). -->
  291. <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.FirstParamSpacing">
  292. <severity>0</severity>
  293. </rule>
  294. <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.Indent">
  295. <severity>0</severity>
  296. </rule>
  297. <rule ref="Squiz.Functions.MultiLineFunctionDeclaration.CloseBracketLine">
  298. <severity>0</severity>
  299. </rule>
  300. <rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing">
  301. <properties>
  302. <property name="equalsSpacing" value="1"/>
  303. </properties>
  304. </rule>
  305. <rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing.NoSpaceBeforeArg">
  306. <severity>0</severity>
  307. </rule>
  308. <rule ref="Squiz.PHP.LowercasePHPFunctions"/>
  309. <rule ref="Squiz.Strings.ConcatenationSpacing">
  310. <properties>
  311. <property name="spacing" value="1"/>
  312. <property name="ignoreNewlines" value="true"/>
  313. </properties>
  314. </rule>
  315. <rule ref="Squiz.WhiteSpace.FunctionSpacing">
  316. <properties>
  317. <property name="spacing" value="1"/>
  318. </properties>
  319. </rule>
  320. <rule ref="Squiz.WhiteSpace.LanguageConstructSpacing" />
  321. <rule ref="Squiz.WhiteSpace.OperatorSpacing">
  322. <properties>
  323. <property name="ignoreNewlines" value="true"/>
  324. </properties>
  325. </rule>
  326. <rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
  327. <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>
  328. <!-- Zend sniffs -->
  329. <rule ref="Zend.Files.ClosingTag"/>
  330. </ruleset>