Skip to content
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

Report a warning if a method summary starts with "Make sure to call this " #1155

Open
RalfKoban opened this issue Nov 22, 2024 · 0 comments
Open

Comments

@RalfKoban
Copy link
Owner

RalfKoban commented Nov 22, 2024

We should report a warning if a method summary starts with Make sure to call this .

The reason is that

  1. The <summary> probably does not describe the purpose of the method.
  2. This belongs in a <remarks/> section.
  3. It does not explain why to make sure to call it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant