refactor: simplify namespace exclusion logic #191
Reference in New Issue
Block a user
Delete Branch "refactor-simplify-namespace-exclusion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
added 2 commits
a7ce0a5b- 1 commit from branchmaster3623ede8- refactor: simplify namespace exclusion logicCompare with previous version
approved this merge request