mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 25 forks source link

Pipeline issues with README.md lines being longer than 80 characters #73

Closed Tregonia closed 3 years ago

Tregonia commented 3 years ago

Found an issue where the default output theme has linter issues from the initial load.

Running coding standards tests for custom profiles.
Running PHP lint for custom profiles.
Running coding standards tests for custom themes.
FILE: ...ipelines/agent/build/web/themes/custom/theme/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------
 15 | WARNING | Line exceeds 80 characters; contains 165 characters
 23 | WARNING | Line exceeds 80 characters; contains 169 characters
 38 | WARNING | Line exceeds 80 characters; contains 149 characters
 43 | WARNING | Line exceeds 80 characters; contains 89 characters
----------------------------------------------------------------------
Tregonia commented 3 years ago

PR has been added for the wrapping of theme text in README

PR

https://github.com/mediacurrent/theme_generator_8/pull/74

mariohernandez commented 3 years ago

It looks like the PR has been merged. Closing this issue.