I'm using a checking utility that runs various checks...
- bytecode-compile
- checkdoc
- package-lint
- relint
- melpazoid
The problem with this is melpazoid is running some of these checks, causing reports to be generated multiple times.
Could melpazoid take arguments to skip some checks?
I'm not sure which calling convention is preferred, but this could work:
(melpazoid :check-doc nil :byte-compile nil)
If you think this is acceptable, I could create a PR to implement this.