Lint

class Lint

Configuration for validations and lints.

Members defined in Lint (3 members)

multiplicity_range_bound_result_types

RW

The expected type of multiplicity range bounds expression.

standard_library_package

RW

Severity to diagnose standard-library-package with. Disable with off.

__init__

Attributes

property multiplicity_range_bound_result_types: syside.conf.MultiplicityBoundType | None

The expected type of multiplicity range bounds expression.

This defaults to integer which matches the specification. natural is stricter, aligns more closely with the requirement that bounds are never negative, and can be used instead to find places where the bound could be negative even if the expression cannot be evaluated eagerly.

property standard_library_package: syside.conf.DiagnosticSeverity | None

Severity to diagnose standard-library-package with. Disable with off.

Methods

__init__() None