Running multiple linters for the same language is usually a good idea on the basis that they cover different things. There is almost ALWAYS overlap on the good ones though.. It would be handy to be able to map equivalent checkers (community supported effort, or with the developers of the linters involved?) The purpose of the mapping of course would be for simpler reference in // trunk-ignore comments, and anywhere else they were needed in the configs... Otherwise we could wind up with large blocks of ignores that could be simplified for code readability. Bonus trick: make it possible to toggle to the original multi-id syntax, as well as to learn potential mappings (w/ human validation in-loop).