Skip to content

Commit

Permalink
Update rule_config.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Nov 12, 2024
1 parent a4f04f6 commit 3d37800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mix_lint/lib/src/utils/rule_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ typedef RuleParameterParser<T> = T Function(Map<String, Object?> json);

typedef RuleProblemFactory<T> = String Function(T value);

class RuleConfig<T extends Object?> {
class RuleConfig<T> {
final String name;
final ErrorSeverity errorSeverity;
final String? correctionMessage;
Expand Down

0 comments on commit 3d37800

Please sign in to comment.