Use the metadata linter

The following guidelines describe how to address issues flagged by the metadata linter.

To resolve a missing metadata key, add it to the snap’s project file.

The following metadata keys are linted:

  • title

  • contact

  • license

  • donation

  • issues

  • source-code

  • website

See the Top-level keys for more information about these keys.

To ignore a key, add it to the lint.ignore.metadata key.

See Ignore specific keys of the metadata linter for more information.