Issue #17449: Add XDoc examples for MethodNameCheck properties#17844
Conversation
|
Hi @romani, the PR is ready. |
|
GitHub, generate website |
|
Please validate how website will looks like after update. |
|
Okay, got it. |
|
sry,methodname.xml left i am updating it now |
|
Update template file and just run tests, they will update final xml file thy will be used in html generation |
5219af6 to
36f0b04
Compare
13e050a to
e539988
Compare
|
Github, generate website |
|
GitHub, generate website |
|
Updates should be at this section.Try to follow a pattern. After update run After that run command to build website on local |
3789a35 to
44c45c3
Compare
|
Updated template file, runned the test locally and site is generated |
|
Github, generate website |
| public void Method1() {} // violation 'Name 'Method1' must match pattern' | ||
| protected void Method2() {} // violation 'Name 'Method2' must match pattern' | ||
| private void Method3() {} // violation 'Name 'Method3' must match pattern' | ||
| void Method4() {} // ok, package-private methods ignored |
There was a problem hiding this comment.
please remove "ok" comment, no comment means all is ok.
same for other Example.
|
@Hariom-kr, please create one more PR for some other Check to make sure you fully onboarded on how to our Examples works and web site is working. |
|
Github, generate website |
Okay, sure I’ll create another PR with examples for a different Check . |
#17449
Added missing XDoc examples for MethodNameCheck: