Commit Graph

171 Commits (0aeedd16e588655542fed85991baac81b6a2011a)

Author SHA1 Message Date
Dave Long 58c6687aa2
Issue #3464595 by quietone: Fix DrupalPractice.Objects.GlobalFunction in ListBuilders
(cherry picked from commit 0b17a57492)
2024-08-22 18:14:28 +01:00
Dave Long 8964a2de48
Issue #3402707 by mstrelan, smustgrave, dww, longwave, quietone: Fix strict type errors in AssertContentTrait 2024-08-07 18:08:42 +01:00
xjm fcfcbc6d64
Issue #2874067 by kkalashnikov, Nikolay Shapovalov, quietone, b_sharpe, smustgrave, xjm, benjifisher, MerryHamster, dww: Fix Drupal.Commenting.DocCommentLongArraySyntax coding standard 2024-06-17 15:22:41 -05:00
Lee Rowlands df2dfa9122
Issue #3180696 by Spokje, Nikolay Shapovalov, adamzimmermann, quietone, manish-31, xjm, SuperfluousApostrophe, smustgrave, jonathan1055, longwave: Fix 'Drupal.Commenting.TodoComment' coding standard 2024-06-05 14:21:48 +10:00
catch c71e641ef3 Issue #3427999 by andypost, Ayesh, bbrala: [PHP 8.4] Fix implicitly nullable type declarations 2024-06-03 14:53:11 +01:00
catch b4ff079507 Issue #3443117 by bbrala, longwave, quietone: Fix Drupal.Functions.MultiLineFunctionDeclaration coding standard 2024-05-10 21:55:38 +01:00
xjm 38bd6ea0ed
Issue #3446107 by bbrala, andypost, xjm: Enforce null coalescing operator ?? instead of a ternary operator through phpcs 2024-05-08 14:32:31 -07:00
Alex Pott c27ea21712
Issue #3443709 by quietone: Enable Drupal.NamingConventions.ValidVariableName.LowerCamelName 2024-05-05 21:26:36 +01:00
Alex Pott 442b47177d
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests 2024-04-10 15:17:46 +01:00
Alex Pott 9b890f0414
Issue #3426548 by Kingdutch, andypost, longwave, catch, mstrelan, alexpott: Convert the PHPStan baseline from NEON to PHP 2024-03-12 14:44:51 +00:00
Dave Long a23b6d6768
Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional tests
(cherry picked from commit e3fab52019)
2024-02-28 10:38:53 +00:00
Lee Rowlands 2a232304d7
Issue #3407793 by mstrelan: Add declare(strict_types=1) to all miscellaneous test classes 2024-01-15 15:23:28 +10:00
Lee Rowlands 9add7f71ff
Issue #3399373 by mstrelan, xjm, longwave, quietone: Add declare(strict_types=1) to all Unit tests 2024-01-03 15:25:34 +10:00
Lee Rowlands 5247e64236
Issue #3400018 by mstrelan, xjm: Add declare(strict_types=1) to all Functional JavaScript tests 2023-12-13 08:27:06 +10:00
xjm b70dfff449
Issue #3401994 by mstrelan, dww, xjm, smustgrave, nicxvan: Add declare(strict_types=1) to all test traits 2023-12-09 08:40:55 -06:00
xjm 04d38bc979
Issue #3403711 by mstrelan, smustgrave: Add declare(strict_types=1) to all Build tests 2023-12-04 18:02:54 -06:00
Alex Pott fd2c13413a
Issue #3048495 by jonathan1055, quietone, rajandro, Spokje, Pooja Ganjage, andypost, kishor_kolekar, msuthars, munish.kumar, ankithashetty, ayushmishra206, ravi.shankar, naveenvalecha, longwave, Gábor Hojtsy, alexpott, smustgrave, Lendude, xjm, adityasingh, daffie: Fix Drupal.Semantics.FunctionTriggerError coding standard 2023-09-26 16:28:55 +01:00
Dave Long 0a6ff2635d
Issue #3261574 by quietone, kkalashnikov, alexpott, smustgrave: Add .engine to files scanned by PHPCS 2023-06-16 14:50:49 +01:00
Dave Long 40ad0debd7
Issue #3123060 by Spokje, quietone, longwave, ankithashetty, daffie, jungle, xjm: Enable 'Drupal.Commenting.DocComment.ShortSingleLine' coding standard 2023-05-02 09:37:02 +01:00
Dave Long ba8126bd3b
Issue #2937514 by Spokje, quietone, dhirendra.mishra, Sparrow_1601, daffie, longwave: Fix Drupal.NamingConventions.ValidVariableName.LowerCamelName in tests 2023-03-12 20:39:40 +00:00
catch abd595d5f0 Issue #3331633 by Spokje: Don't allow @inheritdoc (no curly braces) annotation in PHPDocBlocks 2023-02-17 13:42:50 +00:00
xjm 36a8edd987
Issue #3327853 by Spokje, bbrala, longwave: Don't allow {@inheritDoc} annotation in PHPDocBlocks 2022-12-19 17:16:19 -06:00
Alex Pott 6bbfb05500
Issue #3181778 by quietone, longwave, aldairsoares, beatrizrodrigues, Aline Teixeira Ramos, KapilV, raman.b, anushrikumari, CChiste, mallezie, Ratan Priya, rakesh.regar, Kevin.Notari, vicheldt, mauryarahul11, yogeshmpawar, bbrala, alexpott, bruno.bicudo: [w/c September 17th] Replace t() with $this->t() in all plugins 2022-09-28 09:49:56 +01:00
Alex Pott 803da73c0b
Issue #2937515 by Spokje, quietone, idebr, longwave, SherFengChong, anweshasinha, borisson_, mfernea, xjm, bbrala, daffie, Berdir: Fix Drupal.Array.Array.[ArrayClosingIndentation, ArrayIndentation] coding standard 2022-09-27 11:11:12 +01:00
Alex Pott b8ac0d9850
Issue #2941148 by quietone, bruno.bicudo, ravi.shankar, Sweetchuck, beatrizrodrigues, lucienchalom, VitaliyB98, WagnerMelo, sophiavs, ankitjain28may, daffie, longwave, Sutharsan, borisson_, cosmicdreams, heykarthikwithu, catch: Fix Drupal.Commenting.FunctionComment.MissingReturnType 2022-09-27 10:58:26 +01:00
Alex Pott 6ef6ffcf46
Issue #3135933 by Spokje, jungle, ravi.shankar, quietone, jonathan1055, longwave, phenaproxima: Sort sniffs/rules in phpcs.xml.dist and write test to keep them sorted 2022-08-08 10:39:04 +01:00
Alex Pott 01bd426e28
Issue #3088730 by Spokje, anmolgoyal74, ankithashetty, Mile23, longwave, naresh_bavaskar, greg.1.anderson, Mixologic, klausi: Include 'composer' directory in phpcs scans 2022-02-24 17:39:07 +00:00
Alex Pott 2f1c716625
Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core 2022-01-10 12:07:03 +00:00
Alex Pott 576bd7543d
Issue #3207567 by Spokje, quietone, guilhermevp, yogeshmpawar, daffie, alexpott: Fix Drupal.Commenting.FunctionComment.MissingParamComment 2021-11-19 09:49:33 +00:00
Alex Pott 53e5e3382c
Issue #2909370 by Spokje, mfernea, neclimdul, zaporylie, quietone, xjm, osman, BartoszUrbaniak: Fix 'Drupal.Commenting.VariableComment.IncorrectVarType' coding standard 2021-10-18 16:40:04 +01:00
catch 33ba45820a Issue #2719649 by Spokje, harsha012, jofitz, vprocessor, nikitagupta, cburschka, rasikap, hitesh-jain, quietone, longwave, mfernea, andypost, klausi, Malevi4, crazyrohila: Fix 'Drupal.Commenting.InlineComment.SpacingBefore' coding standard 2021-06-24 13:35:45 +01:00
catch 91b2327cca Issue #2902540 by guilhermevp, Spokje, longwave, quietone, mfernea: Fix 'Drupal.NamingConventions.ValidGlobal' coding standard 2021-06-22 16:16:08 +01:00
Alex Pott 4a72cc3169
Issue #3207734 by Spokje, quietone: Fix Drupal.Commenting.InlineVariableComment 2021-05-20 21:47:18 +01:00
catch 6802ea3355 Issue #3207968 by quietone, longwave, Spokje: Replace @codingStandards comments with phpcs: comments 2021-05-17 20:22:22 +01:00
catch f5d9fec84f Issue #3123070 by Spokje, msuthars, quietone, longwave, jungle: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard 2021-05-13 20:40:26 +01:00
catch 35021980e1 Issue #2909369 by Spokje, alexpott, longwave, mfernea: Fix 'Drupal.Commenting.VariableComment.WrongStyle' coding standard 2021-05-13 20:26:47 +01:00
Alex Pott 0e5db56ef2
Issue #2902548 by guilhermevp, mfernea, Spokje, quietone, longwave: Fix 'Drupal.Semantics.RemoteAddress' coding standard 2021-05-03 18:02:26 +01:00
catch e7fadb0559 Issue #2937882 by Spokje, RoSk0, longwave, quietone: Fix 'Drupal.Classes.PropertyDeclaration' coding standard 2021-04-26 21:24:04 +01:00
Alex Pott 93084ba962
Issue #3123058 by longwave, jungle, xjm, daffie: Fix 'Drupal.Commenting.DocComment.ParamGroup' coding standard 2021-04-09 00:20:05 +01:00
Alex Pott 71906d9e67
Issue #3207308 by longwave: Fix 'Generic.Formatting.DisallowMultipleStatements' coding standard 2021-04-09 00:07:31 +01:00
catch 14d175470c Issue #3207119 by longwave: Fix 'Squiz.WhiteSpace.ScopeKeywordSpacing' coding standard 2021-04-05 08:05:00 +01:00
Alex Pott e3dfd1a9db
Issue #2937858 by SherFengChong, Saviktor, longwave, jhodgdon, catch: Fix 'Drupal.Commenting.DocCommentAlignment' coding standard 2021-04-04 09:39:06 +01:00
Alex Pott 08766c5dee
Issue #2903911 by joshmiller, longwave, anmolgoyal74, ankithashetty, init90, Pooja Ganjage, _gradient_, daffie, borisson_: Fix 'Drupal.Commenting.FunctionComment.ParamMissingDefinition' coding standard 2021-03-29 16:22:14 +01:00
Alex Pott 203ad064e4
Issue #2723621 by jofitz, mfernea, alexpott, abhisekmazumdar, neclimdul, snehi, Suresh Prabhu Parkala, ankithashetty, anmolgoyal74, anoopjohn, longwave, hgunicamp, empesan, kostyashupenko, Mile23, dawehner, idebr, daffie, catch: Fix Drupal.Commenting.FunctionComment.IncorrectTypeHint and Drupal.Commenting.FunctionComment.InvalidTypeHint 2021-02-20 13:24:51 +00:00
catch 5152d6638f Issue #2623718 by attiks, vsujeetkumar, andypost, MerryHamster, ankithashetty, anmolgoyal74, pfrenssen, longwave, alexpott, borisson_: Fix 'Drupal.Commenting.HookComment' coding standard 2021-02-18 20:32:15 +00:00
Alex Pott d61ce3017a
Issue #3147135 by longwave: Fix 'Drupal.Classes.UseGlobalClass' coding standard 2020-12-21 07:25:58 +00:00
catch 1fcf53c314 Issue #3183656 by jonathan1055, daffie: Fix 'Drupal.Commenting.DocComment.TagGroupSpacing' coding standard [part 2] 2020-12-16 20:30:14 +00:00
catch 203664afdd Issue #3185652 by jonathan1055, daffie: Fix 'Drupal.Commenting.DocComment.ShortFullStop' coding standard - part 2 2020-12-16 12:37:42 +00:00
xjm 1220c0712f Issue #2937844 by andypost, ravi.shankar, mrinalini9, Deepak Goyal, RoSk0, daffie, borisson_, tstoeckler, xjm: Fix 'Squiz.PHP.NonExecutableCode' coding standard 2020-06-23 06:03:03 -05:00
Alex Pott 9d1faa52f4
Issue #2824935 by idebr, mfernea, Deepak Goyal, pfrenssen, longwave, hgunicamp, jofitz, andypost, daffie: Fix Squiz.ControlStructures.SwitchDeclaration coding standard 2020-06-02 09:46:52 +01:00