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

Adding parsing of comments to golang #610

Merged
merged 10 commits into from
Nov 20, 2021
Merged

Conversation

konradweiss
Copy link
Collaborator

@konradweiss konradweiss commented Nov 17, 2021

It uses ast.CommentMap to access an associated map of comments to their ast.Node and sets the comment using SetComment.

…cording to a heuristic as the parser association of comments to parser ast nodes was insufficient
@oxisto oxisto changed the title Addign parsing of comments to golang Adding parsing of comments to golang Nov 17, 2021
@oxisto oxisto force-pushed the feature/golang-parsecomments branch from da9896c to fd9453b Compare November 18, 2021 07:40
@sonarcloud
Copy link

sonarcloud bot commented Nov 19, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@oxisto oxisto merged commit ba1ecaa into master Nov 20, 2021
@oxisto oxisto deleted the feature/golang-parsecomments branch November 20, 2021 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants