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

Exclude the 'data' directory when Glide scans for dependencies #190

Merged
merged 1 commit into from Oct 8, 2019
Merged

Exclude the 'data' directory when Glide scans for dependencies #190

merged 1 commit into from Oct 8, 2019

Conversation

pierlon
Copy link
Contributor

@pierlon pierlon commented Sep 19, 2019

Description of the Change

By default, Glide scans all directories for dependencies. Some files in the 'data' directory is owned by the root user (due to the Docker containers), and Glide cannot open these files to scan for dependencies.

This PR adds the 'data' directory to be excluded.

Benefits

Glide's dependency scanning should be quicker.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1dc0110 on pierlon:feature/glide-ignore-dirs into ed9f159 on wptide:develop.

@jeffpaul
Copy link
Member

@pierlon thanks for the PR, its greatly appreciated!

@valendesigns valendesigns merged commit a754484 into wptide:develop Oct 8, 2019
@jeffpaul jeffpaul added this to To Do in PHP Compat on WordPress.org via automation Jun 23, 2020
@jeffpaul jeffpaul moved this from To Do to Done in PHP Compat on WordPress.org Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants