refactor: simplify namespace exclusion logic #191

Merged
argoyle merged 1 commits from refactor-simplify-namespace-exclusion into master 2025-10-01 08:42:20 +00:00
argoyle commented 2025-10-01 08:38:18 +00:00 (Migrated from gitlab.com)

Replace the manual loop for checking excluded namespaces with
the built-in slices.Contains function. This change enhances
the readability and efficiency of the code, while also
allowing for wildcard matching in exclusion.

Replace the manual loop for checking excluded namespaces with the built-in slices.Contains function. This change enhances the readability and efficiency of the code, while also allowing for wildcard matching in exclusion.
sparetimecoder (Migrated from gitlab.com) approved these changes 2025-10-01 08:38:18 +00:00
argoyle commented 2025-10-01 08:38:32 +00:00 (Migrated from gitlab.com)

added 2 commits

  • a7ce0a5b - 1 commit from branch master
  • 3623ede8 - refactor: simplify namespace exclusion logic

Compare with previous version

added 2 commits <ul><li>a7ce0a5b - 1 commit from branch <code>master</code></li><li>3623ede8 - refactor: simplify namespace exclusion logic</li></ul> [Compare with previous version](/unboundsoftware/default-request-adder/-/merge_requests/188/diffs?diff_id=1511991122&start_sha=e42f76019d1d0b81d30a24e368f3e8e9abf159f1)
sparetimecoder commented 2025-10-01 08:40:34 +00:00 (Migrated from gitlab.com)

approved this merge request

approved this merge request
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-10-01 08:40:41 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2025-10-01 08:42:20 +00:00
Sign in to join this conversation.