standard-library-package

Available in: KerML, SysML

This checks that user library packages are not marked standard.

Example

standard library package P; // error

Remove standard:

library package P; // ok

Options

  • lint.standard-library-package

    Allows controlling the diagnostic severity, e.g. off to disable it.