Skip to content

Commit

Permalink
issue-167. fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shaark committed Dec 4, 2024
1 parent 90e083f commit 03122d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/models/excluded_identifiers_list_parameter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import 'package:analyzer/dart/ast/ast.dart';
import 'package:collection/collection.dart';
import 'package:solid_lints/src/models/excluded_identifier_parameter.dart';

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

0 comments on commit 03122d6

Please sign in to comment.