Skip to content

Commit

Permalink
Bump leancode_lint to 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Oct 16, 2024
1 parent ea3fded commit 53aca2c
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dev/cli_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
path: ^1.8.3

dev_dependencies:
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
10 changes: 5 additions & 5 deletions dev/e2e_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,10 @@ packages:
dependency: "direct dev"
description:
name: leancode_lint
sha256: "24c7380d0d46b3927614ca86c82ba8b7373e3906e5227b9aceb748a78fd2c387"
sha256: "7db4d666e7cf8ac138f7e608e4e429b6cdd57ff110751bf08c3dc3f1a4ed9756"
url: "https://pub.dev"
source: hosted
version: "12.1.0"
version: "14.2.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -446,7 +446,7 @@ packages:
path: "../../packages/patrol"
relative: true
source: path
version: "3.11.0"
version: "3.11.1"
patrol_finders:
dependency: transitive
description:
Expand Down Expand Up @@ -725,5 +725,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.22.0"
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
2 changes: 1 addition & 1 deletion dev/e2e_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
patrol:
path: ../../packages/patrol

Expand Down
2 changes: 1 addition & 1 deletion packages/adb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dev_dependencies:
custom_lint: ^0.6.4
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
mocktail: ^1.0.1
test: ^1.24.9

Expand Down
4 changes: 4 additions & 0 deletions packages/patrol/example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include: package:leancode_lint/analysis_options.yaml

analyzer:
plugins:
- custom_lint
2 changes: 1 addition & 1 deletion packages/patrol/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
flutter_native_splash: ^2.3.6
flutter_test:
sdk: flutter
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
patrol:
path: ..

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev_dependencies:
build_runner: ^2.4.6
custom_lint: ^0.6.4
json_serializable: ^6.7.1
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dev_dependencies:
build_runner: ^2.4.6
custom_lint: ^0.6.4
fake_async: ^1.3.1
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
mocktail: ^1.0.1
test: ^1.24.9

Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_devtools_extension/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ packages:
dependency: "direct dev"
description:
name: leancode_lint
sha256: "6e6500dac54ea3d0ad01f6e851a09b815f3d75f7e87bb9ab589d1fd19dd826f1"
sha256: "7db4d666e7cf8ac138f7e608e4e429b6cdd57ff110751bf08c3dc3f1a4ed9756"
url: "https://pub.dev"
source: hosted
version: "14.1.0"
version: "14.2.0"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_devtools_extension/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
custom_lint: ^0.6.4
flutter_test:
sdk: flutter
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0

flutter:
uses-material-design: true
4 changes: 4 additions & 0 deletions packages/patrol_finders/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ linter:
rules:
prefer_const_constructors: false
avoid_print: false

analyzer:
plugins:
- custom_lint
2 changes: 1 addition & 1 deletion packages/patrol_finders/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
patrol_finders:
path: ../

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_finders/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
meta: ^1.10.0

dev_dependencies:
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0
2 changes: 2 additions & 0 deletions packages/patrol_finders/test/patrol_finder_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// It's just a test. We can ignore this rule here.
// ignore_for_file: avoid_single_child_in_multi_child_widgets
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:patrol_finders/src/custom_finders/custom_finders.dart';
Expand Down
2 changes: 2 additions & 0 deletions packages/patrol_finders/test/patrol_tester_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// It's just a test. We can ignore this rule here.
// ignore_for_file: avoid_single_child_in_multi_child_widgets
import 'dart:async';

import 'package:flutter/material.dart';
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_gen/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ packages:
dependency: "direct dev"
description:
name: leancode_lint
sha256: "6e6500dac54ea3d0ad01f6e851a09b815f3d75f7e87bb9ab589d1fd19dd826f1"
sha256: "7db4d666e7cf8ac138f7e608e4e429b6cdd57ff110751bf08c3dc3f1a4ed9756"
url: "https://pub.dev"
source: hosted
version: "14.1.0"
version: "14.2.0"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_gen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:

dev_dependencies:
custom_lint: ^0.6.4
leancode_lint: ^14.1.0
leancode_lint: ^14.2.0

0 comments on commit 53aca2c

Please sign in to comment.