Lint
- class Lint
Configuration for validations and lints.
Members defined in
Lint(10 members)RWSeverity to diagnose
global-namespace-distinguishabilitywith. Disable withoff.RWSeverity to diagnose
invocation-expression-missing-argumentswith. Disable withoff.RWThe expected type of multiplicity range bounds expression.
RWSeverity to diagnose
quantity-operator-expressionwith. Disable withoff.RWThe scope of
redefinition-end-conformancediagnostic.RWSeverity to diagnose
related-feature-conformancewith. Disable withoff.RWSeverity to diagnose
standard-library-packagewith. Disable withoff.RWSeverity to diagnose
type-errorwith. Disable withoff.RWSeverity to diagnose
usage-feature-typingwith. Disable withoff.Attributes
- property global_namespace_distinguishability: syside.conf.DiagnosticSeverity | None
Severity to diagnose
global-namespace-distinguishabilitywith. Disable withoff.
- property invocation_expression_missing_arguments: syside.conf.DiagnosticSeverity | None
Severity to diagnose
invocation-expression-missing-argumentswith. Disable withoff.
- property multiplicity_range_bound_result_types: syside.conf.MultiplicityBoundType | None
The expected type of multiplicity range bounds expression.
This defaults to
integerwhich matches the specification.naturalis 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 quantity_operator_expression: syside.conf.DiagnosticSeverity | None
Severity to diagnose
quantity-operator-expressionwith. Disable withoff.
- property redefinition_end_conformance: syside.conf.RedefinitionEndConformance
The scope of
redefinition-end-conformancediagnostic.The specification diagnoses
redefinition-end-conformanceonly on features owned by associations and connectors. However,endfeatures are also implicitly redefined by position on all types, which are not caught by a suppressed diagnostic. Old behaviour can be restored by setting this option toall.
Severity to diagnose
related-feature-conformancewith. Disable withoff.
- property standard_library_package: syside.conf.DiagnosticSeverity | None
Severity to diagnose
standard-library-packagewith. Disable withoff.
- property type_error: syside.conf.DiagnosticSeverity | None
Severity to diagnose
type-errorwith. Disable withoff.
- property usage_feature_typing: syside.conf.DiagnosticSeverity | None
Severity to diagnose
usage-feature-typingwith. Disable withoff.
Methods