Skip to content

[feature request] Option to suppress some checks #43

@ideasman42

Description

@ideasman42

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions