Skip to content

Commit

Permalink
Ignore must_be_immutable in pubspec_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Nov 22, 2024
1 parent 3d964d8 commit e599642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/patrol_cli/lib/src/pubspec_reader.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// TODO: manage immutable classes
// ignore_for_file: must_be_immutable

import 'package:equatable/equatable.dart';
import 'package:file/file.dart';
import 'package:yaml/yaml.dart';
Expand Down

0 comments on commit e599642

Please sign in to comment.