Error fetching labels.
Issue #3466984 by DYdave: Stylelint on GitlabCI: Fixed all validation errors,...
https://www.drupal.org/project/colorbox/issues/3466984
Fixed Stylelint errors on GitlabCI:
- Fixed all
prettier/prettier
,order/properties-order
, and other types of errors, based on report, mostly automated fixes with the--fix
flag. - Disabled rule
selector-id-pattern
since these CSS IDs are provided by the colorbox JS library and are not defined by the module, so they can't really be changed. - Required
stylelint
validation job to pass.
Testing locally:
cd web/core
./node_modules/.bin/stylelint --ignore-path ./.stylelintignore --formatter verbose --config ./.stylelintrc.json ../modules/contrib/colorbox/**/*.css
Merge request reports
Activity
Filter activity
added 5 commits
-
49df4926...deba9ad2 - 4 commits from branch
project:2.1.x
- 27bebe8c - Merge branch '2.1.x' into '3466984-gitlabci-fix-stylelint'
-
49df4926...deba9ad2 - 4 commits from branch
Please register or sign in to reply