-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Improve md-lint by forbidding you
#19030
Comments
+1 |
Not just |
@jasnell the issue with other pronouns is that |
There are some exceptions to the rule, for sure. For instance, third person plural and third person genderless pronouns (e.g. |
+1 to linting for |
Probably |
I'm not sure how I feel about this. Our style guide says to avoid personal pronouns but stops well short of prohibiting them. By making it a lint rule, it implies that they are prohibited. I guess the important question that is difficult to answer is: Is this likely to result in improved documentation? |
I personally do not have such an issue with If the documentation is improved when not using it? I am not sure... I have no strong opinion and do not want to weight in. |
Going to close this out given the lack of progress. Feel free to reopen if you feel strongly about it but this is probably better done as a PR. |
In our docs we try not to use
you
. If I remember correct, the md-linter actually has a possibility to add specific words to a black list. We might just add those in there as well to make sure they to not get back in.The rule should only apply to
./docs/api/ *.md
.Some times it is just slipping through and we do not have to check for those explicitly anymore. What do others think?
The text was updated successfully, but these errors were encountered: