Re: Determining certificate directory without including openssl
Roland Illig <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
Am 30.01.2026 um 09:57 schrieb Jonathan Perkin: > While we're on the subject, I don't know if it already supports it but > it would be nice to have a feature like LINTED, with a mandatory comment > and less shouty caps, something like: > > # pkglint: bootstrap package with complex handling to avoid dependencies > .include "../../archivers/bzip2/builtin.mk" To suppress the error message about including a "forbidden" file, your comment needs to include one of these words: "builtin", "include", "included", "including" I'll teach pkglint to reveal how to suppress such diagnostics, and to also mention the expected keywords to use in the comment, if any. There are a few other places where you can suppress a warning by providing a rationale in the line above, or at the end of the line, but for most warnings, it's not possible yet. Roland