Skip to content

Conversation

@hughsaunders
Copy link
Contributor

What does this PR do?

Submodules directories were included but not their files. This caused scripts that expected the file list to only contain files to fail.

This commit excludes submodules so only the files in the repo are listed.

Checklists

Change log

  • The CHANGELOG has been updated, or
  • This PR does not include user-facing changes and doesn't require a CHANGELOG update

Test coverage

  • This PR includes updates existing tests to cover submodules.
  • The changes in this PR do not require tests

Documentation

  • Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
  • This PR does not require updating any documentation

@hughsaunders hughsaunders requested a review from a team as a code owner February 16, 2021 12:10
Submodules directories were included but not their files. This
made parsing the file list harder as some directories were included.
This commit excludes submodules so only tracked files in the current
repo are returned.
@hughsaunders hughsaunders merged commit ea3d323 into master Feb 22, 2021
@hughsaunders hughsaunders deleted the exclude_submodules_from_all_files branch February 22, 2021 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants