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-packageAllows controlling the diagnostic severity, e.g.
offto disable it.