Skip to content

Commit

Permalink
Update custom_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Mar 16, 2024
1 parent 39db426 commit fc09597
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.3.3
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_test:
sdk: flutter
freezed: ^2.3.2
Expand Down
2 changes: 1 addition & 1 deletion examples/marvel/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.0
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_test:
sdk: flutter
freezed: ^2.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/pub/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.0
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_test:
sdk: flutter
freezed: ^2.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/random_number/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
mockito: ^5.0.13

dev_dependencies:
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion examples/stackoverflow/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.0
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_test:
sdk: flutter
freezed: ^2.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.0
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_test:
sdk: flutter
riverpod_lint:
Expand Down
3 changes: 3 additions & 0 deletions packages/riverpod_lint_flutter_test/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ analyzer:
# Files with errors on purpose
- test/lints/notifier_extends.g.dart
- test/lints/functional_ref.g.dart

custom_lint:
debug: true
2 changes: 1 addition & 1 deletion packages/riverpod_lint_flutter_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.6
custom_lint: ^0.6.0
custom_lint: ^0.6.3
custom_lint_core: ^0.6.0
freezed: ^2.3.2
json_serializable: ^6.6.1
Expand Down
2 changes: 1 addition & 1 deletion website/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
build_runner:
custom_lint: ^0.6.0
custom_lint: ^0.6.3
flutter_test:
sdk: flutter
freezed: ^2.2.0
Expand Down

0 comments on commit fc09597

Please sign in to comment.