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

1 Commits

Author SHA1 Message Date
argoyle 3623ede85d refactor: simplify namespace exclusion logic
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.
2025-10-01 10:38:25 +02:00