New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/42656#issuecomment-1461323647 Comment: > We can do this by attrition, but relatively quickly, with a linter that fails if any of the should-be-arrays is a string that will split into an array with more than one element. I like this, and I've done this in the array conversion function directly, instead of e.g. changing xlint. I feel that using xlint for that would just be a mess