We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e083f commit 03122d6Copy full SHA for 03122d6
lib/src/models/excluded_identifiers_list_parameter.dart
@@ -2,8 +2,8 @@ import 'package:analyzer/dart/ast/ast.dart';
2
import 'package:collection/collection.dart';
3
import 'package:solid_lints/src/models/excluded_identifier_parameter.dart';
4
5
-/// A data model class that represents the exclude input
6
-/// parameters.
+/// A model representing "exclude" parameters for linting, defining
+/// identifiers (classes, methods, functions) to be ignored during analysis.
7
class ExcludedIdentifiersListParameter {
8
/// A list of identifiers (classes, methods, functions) that should be
9
/// excluded from the lint.
0 commit comments