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

Don't recurse into submodules on recursive: true #740

Merged
merged 1 commit into from Dec 19, 2023

Commits on Dec 19, 2023

  1. Don't recurse into submodules on recursive: true

    This PR changes mockery to not recurse into paths that contain
    a `go.mod` submodule. This is to help support monorepos that contain
    many modules. In this case, mockery should not be recursing into these
    because it causes issues, like in issue vektra#706.
    
    fix deprecations in mkdocs
    
    remove explicit lint step
    LandonTClipp committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b248492 View commit details
    Browse the repository at this point in the history