clusterlint icon indicating copy to clipboard operation
clusterlint copied to clipboard

Allow multiple namespace flags

Open nmaggioni opened this issue 2 years ago • 0 comments

Since the [ignore-]checks flags can already be specified multiple times, now it can be done with the [ignore-]namespaces flags too. Their output is logically AND'ed.

The long options have been renamed from namespace to namespaces for consistency with the rest of the flags. This is a breaking change for those who use the long options but not the shorthands.

The precondition of specifying either includes or excludes is still valid.

nmaggioni avatar May 03 '23 21:05 nmaggioni