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

update example of AST for TokenTypes.ARRAY_DECLARATOR #9394

Closed
romani opened this issue Mar 13, 2021 · 3 comments · Fixed by #9605
Closed

update example of AST for TokenTypes.ARRAY_DECLARATOR #9394

romani opened this issue Mar 13, 2021 · 3 comments · Fixed by #9605

Comments

@romani
Copy link
Member

romani commented Mar 13, 2021

https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#ARRAY_DECLARATOR

needs to be extended to show example of AST in format that printed by our CLI (change "+-" to "`-").
Source to be updated: https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java

PLEASE READ for more details: https://github.com/checkstyle/checkstyle/wiki/Good-practice-on-how-to-update-AST-in-TokenTypes

@vivek286
Copy link
Contributor

I am on it

@vivek286
Copy link
Contributor

@romani Sir I corrected the format for contribution but still, one task fails please guide me on how to resolve it.

@romani
Copy link
Member Author

romani commented Mar 19, 2021

fix is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants