-
Notifications
You must be signed in to change notification settings - Fork 919
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
Sass lint #1413
Merged
Merged
Sass lint #1413
Conversation
This file contains 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
boktorbb
previously approved these changes
Apr 1, 2022
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.
So the culprit here was flex-grow?
Yep. I also verified all the other manual css changes to make sure nothing else changed any styles. |
Some linter errors. |
* Introduces standard scss rules from stylelint with only a few modifications. * `yarn lint` now runs `yarn lint:style` instead of `yarn lint:sass`. * Many of the files were updated with `yarn lint:style --fix`, but some of them had to be manually updated with overrides to adhere to the newly-introduced rules from the stylelint configuration. * Includes a couple fixes such as fixing the class selector for `osdnSuggestionItem--value .osdSuggestionItem__text`. Resolves opensearch-project#551 Resolves opensearch-project#1139 Resolves opensearch-project#1151 Resolves opensearch-project#1152 Resolves opensearch-project#1154 Signed-off-by: Tommy Markley <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
boktorbb
approved these changes
Apr 1, 2022
AMoo-Miki
approved these changes
Apr 1, 2022
7 tasks
ashwin-pc
added
v2.0.0
cve
Security vulnerabilities detected by Dependabot or Mend
dependencies
Pull requests that update a dependency file
labels
Apr 1, 2022
@ashwin-pc you're awesome, thank you! |
8 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cve
Security vulnerabilities detected by Dependabot or Mend
dependencies
Pull requests that update a dependency file
v2.0.0
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.
Description
Originally from #1294 but fixes the failing tests in commit
757cbb525d045a47c34a5d7d7739826a8649bf80
Description from original PR:
yarn lint
now runsyarn lint:style
instead ofyarn lint:sass
.yarn lint:style --fix
, but some of them had to be manually updated with overrides to adhere to the newly-introduced rules from the stylelint configuration.osdnSuggestionItem--value .osdSuggestionItem__text
.Issues Resolved
Resolves #551
Resolves #1139
Resolves #1151
Resolves #1152
Resolves #1154
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr