-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #6494: Added check for style properties to have a space between the colon and the property value. #6516
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6516 +/- ##
========================================
Coverage 75.76% 75.76%
========================================
Files 992 992
Lines 78591 78591
Branches 4644 4644
========================================
Hits 59546 59546
Misses 19045 19045 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @rafalk342!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks @rafalk342!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #6494: Add check for style properties to have a space between the colon and the property value.
I added rules declaration-colon-space-before and declaration-colon-space-after according to https://stylelint.io/user-guide/rules/declaration-colon-space-before/ and https://stylelint.io/user-guide/rules/declaration-colon-space-after/.
Apart from that I ran the check on all html files in ./extensions and ./core and also for oppia.css.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.