localgovdrupal / localgov_skeleton

⛔️ DEPRECATED (Bare base theme for LocaGov Drupal sites with no styling.)
GNU General Public License v2.0
0 stars 3 forks source link

Fix coding standards #25

Closed stephen-cox closed 2 years ago

stephen-cox commented 2 years ago
FILE: ...app/web/themes/contrib/localgov_skeleton/localgov_skeleton.theme
----------------------------------------------------------------------
FOUND 3 ERRORS AND 2 WARNINGS AFFECTING 5 LINES
----------------------------------------------------------------------
  9 | WARNING | [ ] Format should be "* Implements hook_foo().", "*
    |         |     Implements hook_foo_BAR_ID_bar() for
    |         |     xyz_bar().",, "* Implements hook_foo_BAR_ID_bar()
    |         |     for xyz-bar.html.twig.", "* Implements
    |         |     hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
    |         |     "* Implements hook_foo_BAR_ID_bar() for block
    |         |     templates."
 25 | WARNING | [ ] Format should be "* Implements hook_foo().", "*
    |         |     Implements hook_foo_BAR_ID_bar() for
    |         |     xyz_bar().",, "* Implements hook_foo_BAR_ID_bar()
    |         |     for xyz-bar.html.twig.", "* Implements
    |         |     hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or
    |         |     "* Implements hook_foo_BAR_ID_bar() for block
    |         |     templates."
 35 | ERROR   | [x] Expected 1 blank line after function; 2 found
 60 | ERROR   | [x] Whitespace found at end of line
 61 | ERROR   | [x] Whitespace found at end of line
----------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
stephen-cox commented 2 years ago

these are fixed. Just need a release for them