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
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
Comment #5
jwilson3