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

feat: allow the analysis of generated files #4740

Merged
merged 2 commits into from
May 23, 2024

Conversation

ldez
Copy link
Member

@ldez ldez commented May 21, 2024

  • deprecates issues.exclude-generated-strict
  • adds issues.exclude-generated
usage example
issues:
  exclude-generated: disable
  exclude-dirs:
    - other/generated/path/
  exclude-files:
    - other/generated/file.go

Fixes #2864

@ldez ldez added enhancement New feature or improvement area: processors labels May 21, 2024
@ldez ldez added this to the next milestone May 21, 2024
@ldez ldez mentioned this pull request May 21, 2024
@ldez ldez merged commit b99d529 into golangci:master May 23, 2024
13 checks passed
@ldez ldez deleted the feat/exclude-generated branch May 23, 2024 14:17
@ldez ldez modified the milestones: next, v1.59 May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: processors enhancement New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to allow the linting of generated files
2 participants