We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d709e + 1cd1032 commit 5d06255Copy full SHA for 5d06255
1 file changed
lib/main.dart
@@ -39,6 +39,9 @@ class SolidLintsPlugin extends Plugin {
39
analysisOptionsLoader: analysisLoader,
40
parametersParser: AvoidReturningWidgetsParameters.fromJson,
41
),
42
+ // TODO: Add more lint rules and use analysisLoader
43
+ // for rules that need parameters
44
+ // For example: `CyclomaticComplexityRule(analysisLoader)`
45
];
46
47
for (final lintRule in lintRules) {
0 commit comments