LintAnalysisConfig constructor
const
LintAnalysisConfig(
- Iterable<
Glob> globalExcludes, - Iterable<
Rule> codeRules, - Iterable<
Glob> rulesExcludes, - Iterable<
Pattern> antiPatterns, - Iterable<
Metric< classesMetrics,num> > - Iterable<
Metric< fileMetrics,num> > - Iterable<
Metric< methodsMetrics,num> > - Iterable<
Glob> metricsExcludes, - Map<
String, Object> metricsConfig, - String rootFolder,
- String? analysisOptionsPath,
Implementation
const LintAnalysisConfig(
this.globalExcludes,
this.codeRules,
this.rulesExcludes,
this.antiPatterns,
this.classesMetrics,
this.fileMetrics,
this.methodsMetrics,
this.metricsExcludes,
this.metricsConfig,
this.rootFolder,
this.analysisOptionsPath,
);