clusterlint
clusterlint copied to clipboard
Allow multiple namespace flags
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.