Problem/Motivation

Gitlab pipelines on branch 1.1.x fail due to phpcs and stylelint errors:

https://git.drupalcode.org/project/rivet/-/pipelines/641657

Phpcs:

 1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
   |         | (Drupal.InfoFiles.AutoAddedKeys.Version)

Stylelint:

$ $CI_PROJECT_DIR/$_WEB_ROOT/core/node_modules/.bin/stylelint --ignore-path ./.stylelintignore $STYLELINT_CONFIG ./**/*.css --formatter verbose --color $_STYLELINT_EXTRA || true
css/rvt-drupal-compatibility.css
 111:37  ✖  Replace "⏎······to·bottom,⏎······rgba(0,·0,·0,·0),⏎······rgba(0,·0,·0,·0.15)⏎····),⏎····linear-gradient(⏎······to·right·bottom,⏎······#328bb8·0%,⏎······#328bb8·25%,⏎······#006298·25%,⏎······#006298·50%,⏎······#328bb8·50%,⏎······#328bb8·75%,⏎······#328bb8·100%⏎····" with "to·bottom,·rgba(0,·0,·0,·0),·rgba(0,·0,·0,·0.15)),·linear-gradient(to·right·bottom,·#328bb8·0%,·#328bb8·25%,·#006298·25%,·#006298·50%,·#328bb8·50%,·#328bb8·75%,·#328bb8·100%"  prettier/prettier
1 problem (1 error, 0 warnings)
2 sources checked
 /builds/project/rivet/web/themes/custom/rivet/css/ckeditor.css
 /builds/project/rivet/web/themes/custom/rivet/css/rvt-drupal-compatibility.css

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork rivet-3554793

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jwilson3 created an issue. See original summary.

  • jwilson3 committed a1e3c042 on 1.0.x
    Issue #3554793 by jwilson3: Fix phpcs & stylelint errors
    

  • jwilson3 committed a1e3c042 on 1.1.x
    Issue #3554793 by jwilson3: Fix phpcs & stylelint errors
    
jwilson3’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.