Fix drupal-lint and stylelint errors#805
Merged
Merged
Conversation
added 2 commits
April 4, 2026 09:55
Add missing fall-through comment in switch case in dxpr_theme_preprocess_region() and shorten 6-char hex colors to 3-char shorthand in darkmode color scheme to satisfy color-hex-length rule.
- Wrap long lines to stay within 80-character limit in README.md, header-theme-settings-css.inc, and css-variables-theme-settings-css.inc - Update PHPCompatibility to ^10.0@alpha for PHPCS 4.x support (9.x only supports PHPCS 3.x, causing installation failure)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dxpr_theme_preprocess_region()switch case (dxpr_theme.theme:423) to fix PHPCS errorscss/base/variables.scss) to fix 6 stylelintcolor-hex-lengtherrorscss/base/variables.cssto matchFixes lint failures visible in PR #804 checks (and all other PRs targeting 8.x).
Test plan
#222=#222222, etc.)