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 to go-enry v2.8.3 #21360

Merged
merged 2 commits into from
Oct 6, 2022
Merged

Update to go-enry v2.8.3 #21360

merged 2 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. Update to go-enry v2.8.3

    This fixes an issue with enry's isVendor() method being too greedy. This
    lead to gitea classifying unvendored code as vendored. The impact of
    this is fairly minimal, but our Gitea users did notice which led me to
    fixing this in go-enry. Some files will be tagged with a vendored flag
    in the UI. I think it also impacts the calculation of language
    statistics in the repo as vendored files are not incorporated into the
    stats.
    
    For more information on the issue see the go-enry bug:
      go-enry/go-enry#135
    cboylan committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ce28e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a329a View commit details
    Browse the repository at this point in the history