Crate orlint

Source

Modules§

parser

Structs§

AnalyzerSettings
Export public API Analyzer settings
ComponentNamingRule
Rule for checking component naming conventions
Config
Export public API Configuration for the Orbit Analyzer
Issue
Lint issue
Linter
Linter for .orbit files
NonEmptyTemplateRule
Rule for checking if template is empty
PropTypeRule
Rule for checking if all properties have type annotations
PublicFunctionRule
Rule for checking if script contains public functions
RendererAnalysisConfig
Export public API Renderer analysis configuration
RendererCompatibilityRule
Rule for checking renderer compatibility
Reporter
Reporter for lint issues
ReporterConfig
Export public API Reporter configuration
RulesConfig
Export public API Rules configuration
StateVariableRule
Rule for checking state variable usage

Enums§

AnalyzerError
Errors that can occur in the Orbit Analyzer
Severity
Issue severity

Constants§

VERSION
Version of the Orbit Analyzer

Traits§

Rule
Trait for lint rules

Functions§

analyze_file
Analyze an .orbit file for issues
analyze_file_with_config
Analyze an .orbit file using a specific configuration
analyze_files
Analyze multiple .orbit files
analyze_files_with_config
Analyze multiple .orbit files using a specific configuration

Type Aliases§

Result
Result type for Orbit Analyzer operations