Skip to content

Commit 192bc35

Browse files
CI break fix: Comment out custom_lint usage (#2331)
1 parent 2247b8e commit 192bc35

File tree

27 files changed

+710
-710
lines changed

27 files changed

+710
-710
lines changed

colorist/codelab_rebuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ steps:
1717
replace-contents: |
1818
include: ../../analysis_options.yaml
1919
20-
analyzer:
21-
plugins:
22-
- custom_lint
20+
# analyzer:
21+
# plugins:
22+
# - custom_lint
2323
2424
linter:
2525
rules:

colorist/step_01/analysis_options.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include: ../../analysis_options.yaml
22

3-
analyzer:
4-
plugins:
5-
- custom_lint
3+
# analyzer:
4+
# plugins:
5+
# - custom_lint
66

77
linter:
88
rules:

colorist/step_01/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 0.1.0
55

66
environment:
7-
sdk: ^3.8.0
7+
sdk: ^3.8.1
88

99
dependencies:
1010
flutter:
@@ -17,7 +17,7 @@ dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
1919
flutter_lints: ^6.0.0
20-
build_runner: ^2.4.15
20+
build_runner: ^2.5.4
2121
riverpod_generator: ^2.6.5
2222
riverpod_lint: ^2.6.5
2323
json_serializable: ^6.9.5

colorist/step_02/analysis_options.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include: ../../analysis_options.yaml
22

3-
analyzer:
4-
plugins:
5-
- custom_lint
3+
# analyzer:
4+
# plugins:
5+
# - custom_lint
66

77
linter:
88
rules:

colorist/step_02/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

colorist/step_02/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

colorist/step_02/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ publish_to: 'none'
44
version: 0.1.0
55

66
environment:
7-
sdk: ^3.8.0
7+
sdk: ^3.8.1
88

99
dependencies:
1010
flutter:
1111
sdk: flutter
1212
colorist_ui: ^0.2.4
1313
flutter_riverpod: ^2.6.1
1414
riverpod_annotation: ^2.6.1
15-
firebase_core: ^3.13.1
16-
firebase_ai: ^2.0.0
15+
firebase_core: ^3.14.0
16+
firebase_ai: ^2.1.0
1717

1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
2121
flutter_lints: ^6.0.0
22-
build_runner: ^2.4.15
22+
build_runner: ^2.5.4
2323
riverpod_generator: ^2.6.5
2424
riverpod_lint: ^2.6.5
2525
json_serializable: ^6.9.5

colorist/step_03/analysis_options.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include: ../../analysis_options.yaml
22

3-
analyzer:
4-
plugins:
5-
- custom_lint
3+
# analyzer:
4+
# plugins:
5+
# - custom_lint
66

77
linter:
88
rules:

colorist/step_03/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

colorist/step_03/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)