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 excluding paths in build tool detection #324

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Commits on Jun 20, 2023

  1. feat: allow excluding paths in build tool detection

    The build tool detection can produce false positives if a project
    contains build metadata files as part of its tests. Macaron itself
    is such a project that contains files, such as settings.gradle, etc.
    even though it uses pip to install.
    
    To configure excluding such paths, this PR allows adding `exclude_paths`
    to defaults.ini, e.g.,
    
    ```
    [builder.gradle]
    exclude_paths =
        test
    ```
    
    Signed-off-by: behnazh-w <[email protected]>
    behnazh-w committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a3a56a1 View commit details
    Browse the repository at this point in the history