- π¨π¦Canada bgilhome Victoria
Here it is as a patch if anyone needs it.
- Merge request !29Initial commit - no tests; flaky business logic. β (Open) created by eduardo morales alberti
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
eduardo morales alberti β made their first commit to this issueβs fork.
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Updated branch with the last commits on 2.x and created a merge request
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Working on our side, ready to review
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Pending to solve the following errors:
FILE: modules/styleguide_static/src/StaticGenerator.php ------------------------------------------------------------------------------------------------------------------------ FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 6 LINES ------------------------------------------------------------------------------------------------------------------------ 53 | ERROR | [x] Multi-line function declarations must have a trailing comma after the last parameter | | (Drupal.Functions.MultiLineFunctionDeclaration.MissingTrailingComma) 57 | WARNING | [x] '@TODO: These should be cached.' should match the format '@todo Fix problem X here.' | | (Drupal.Commenting.TodoComment.TodoFormat) 58 | WARNING | [x] '@TODO: Add hooks for extensibility.' should match the format '@todo Fix problem X here.' | | (Drupal.Commenting.TodoComment.TodoFormat) 100 | ERROR | [ ] Missing short description in doc comment (Drupal.Commenting.DocComment.MissingShort) 101 | ERROR | [ ] Description for the @return value is missing | | (Drupal.Commenting.FunctionComment.MissingReturnComment) 139 | ERROR | [x] Expected 1 space after FOR keyword; 0 found | | (Drupal.ControlStructures.ControlSignature.SpaceAfterKeyword)