lint_analyzer library
Classes
- Issue
- Represents an issue detected by the analysis rule.
- LintAnalyzer
- LintConfig
- Represents raw lint config which can be merged with other raw configs.
- LintFileReport
- Represents the metrics report collected for a file.
- MetricValueLevel
- Enum class for value level.
- Replacement
- Represents a single change.
- Severity
- Enum class for severity.
Functions
-
hasIssueWithSevetiry(
Iterable< LintFileReport> records, Severity severity) → bool -
maxMetricViolationLevel(
Iterable< LintFileReport> records) → MetricValueLevel