Problem / Motivation
The project’s CSS/SCSS files do not fully comply with the coding standards enforced by Stylelint.
Maintaining consistent styling helps improve readability, maintainability, and prevents potential styling issues in the UI.
Proposed Resolution
• Review the current Stylelint configuration.
• Fix or refactor CSS/SCSS code to comply with the defined Stylelint rules.
• Update the Stylelint configuration if necessary to enforce standards consistently.
• Ensure the CI pipeline runs Stylelint and passes without errors.
Acceptance Criteria
• Stylelint reports no violations in the codebase.
• All CSS/SCSS code adheres to the agreed-upon style rules.
• The CI pipeline passes successfully with Stylelint checks.
Issue fork l10n_server-3553023
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:
- 3553023-fix-stylelint-ci
changes, plain diff MR !88
- stylelint-not-optional
changes, plain diff MR !87
Comments
Comment #2
teebeecoder commentedComment #3
donquixote commentedComment #7
donquixote commentedComment #8
paraderojether commentedHi
I reviewed MR!88, and confirmed that the Stylelint is now passed on the Gitlab CI.
Moving this to RTBC.
Thank you.
Comment #15
fmb commented