Skip to content

Commit 03122d6

Browse files
author
shaark
committed
issue-167. fixed comments
1 parent 90e083f commit 03122d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/models/excluded_identifiers_list_parameter.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import 'package:analyzer/dart/ast/ast.dart';
22
import 'package:collection/collection.dart';
33
import 'package:solid_lints/src/models/excluded_identifier_parameter.dart';
44

5-
/// A data model class that represents the exclude input
6-
/// parameters.
5+
/// A model representing "exclude" parameters for linting, defining
6+
/// identifiers (classes, methods, functions) to be ignored during analysis.
77
class ExcludedIdentifiersListParameter {
88
/// A list of identifiers (classes, methods, functions) that should be
99
/// excluded from the lint.

0 commit comments

Comments
 (0)