-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[docs-infra] Test new vale config sharing #12132
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
.github/styles/ |
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.
Maybe to simplify adding custom style just for X. But not sure we want to encourage such a thing
.github/styles/ | |
.github/styles/Google | |
.github/styles/writing-rules |
.vale.ini
Outdated
@@ -2,20 +2,13 @@ | |||
StylesPath = .github/styles | |||
MinAlertLevel = suggestion | |||
|
|||
Packages = Google | |||
Packages = Google, https://github.com/alexfauquette/material-ui/raw/comon-vale-config/docs/writing-rules.zip |
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.
To update after mui/material-ui#41176 is merged
package.json
Outdated
@@ -86,7 +86,7 @@ | |||
"@mnajdova/enzyme-adapter-react-18": "^0.2.0", | |||
"@mui/icons-material": "^5.15.9", | |||
"@mui/material": "^5.15.9", | |||
"@mui/monorepo": "https://github.com/mui/material-ui.git#master", | |||
"@mui/monorepo": "https://github.com/alexfauquette/material-ui.git#comon-vale-config", |
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.
not usefull now
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has been inactive for 30 days. Please remove the stale label or leave a comment to keep it open. Otherwise, it will be closed in 15 days. |
This pull request has been closed due to 15 days of inactivity after being marked stale. |
Test mui/material-ui#41176