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: add support for dir_names_max_depth #823

Merged
merged 23 commits into from Nov 24, 2022

Conversation

jackton1
Copy link
Member

  • feat: add support for dir_names_max_depth
  • Added test files
  • fixed test

@jackton1 jackton1 linked an issue Nov 24, 2022 that may be closed by this pull request
2 tasks
get-changed-paths.sh Outdated Show resolved Hide resolved
get-changed-paths.sh Fixed Show fixed Hide fixed
get-changed-paths.sh Outdated Show resolved Hide resolved
get-changed-paths.sh Fixed Show fixed Hide fixed
get-changed-paths.sh Fixed Show fixed Hide fixed
local depth="2"

while [ "$depth" -le "$max_depth" ]; do
current_dir="${dirs[2]}"

Check notice

Code scanning / Shellcheck (reported by Codacy)

current_dir appears unused. Verify use (or export if used externally).

current_dir appears unused. Verify use (or export if used externally).
@jackton1 jackton1 added the merge when passing Merge the PR automatically once all status checks have passed label Nov 24, 2022
@repo-ranger repo-ranger bot merged commit b383c47 into main Nov 24, 2022
@repo-ranger repo-ranger bot deleted the feat/add-support-for-dir-names-max-depth branch November 24, 2022 03:27
@jackton1 jackton1 restored the feat/add-support-for-dir-names-max-depth branch November 24, 2022 04:08
@jackton1 jackton1 deleted the feat/add-support-for-dir-names-max-depth branch November 24, 2022 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when passing Merge the PR automatically once all status checks have passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Unique directories max_depth option
2 participants