Skip to content

Conversation

dolmen
Copy link
Member

@dolmen dolmen commented Aug 8, 2025

Use go/ast.IsGenerated on Go 1.21+ instead of our GeneratedCodeRegexp.

Closes #3.

Use go/ast.IsGenerated (instead of our GeneratedCodeRegexp) to detect
the generated code tag.

Closes #3.
@dolmen dolmen force-pushed the use-ast.IsGenerated branch from 3144d5c to 0181105 Compare August 9, 2025 01:10
Copy link

codecov bot commented Aug 9, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@dolmen dolmen changed the title Use <code>go/ast.IsGenerated</code> Use go/ast.IsGenerated Aug 9, 2025
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.

Use go/ast.IsGenerated (Go 1.21)
1 participant