Manual review request (`links` warning)

I’m working on setting up a Snapcraft package for OpenNox, and each time I publish a new version a manual review triggers:

Linting Issues:
- unknown entries in snap.yaml: 'links'

All other checks are fine. I’m not using the links field in YAML, so I’m wondering if there’s any way to avoid this warning?

The only thing that is different about this Snap is that it uses core18 to support i386 architecture (we can only run i386 binary on amd64).

1 Like

Looks like it’s related to this bug:

Completely removing all keys mentioned in the issue resolves the warning.

1 Like