Skip to content

Commit 644bbd5

Browse files
authored
refactor(examples): upgrade to Very Good Analysis 4.0.0 (#537)
1 parent 2ea3109 commit 644bbd5

23 files changed

+26
-20
lines changed

.github/workflows/examples_counter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
on:
88
pull_request:
99
paths:
10+
- "examples/counter/pubspec.yaml"
1011
- "examples/counter/routes/**"
1112
- "examples/counter/lib/**"
1213
- "examples/counter/test/**"

.github/workflows/examples_echo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
on:
88
pull_request:
99
paths:
10+
- "examples/echo/pubspec.yaml"
1011
- "examples/echo/routes/**"
1112
- "examples/echo/lib/**"
1213
- "examples/echo/test/**"

.github/workflows/examples_hello_world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
on:
88
pull_request:
99
paths:
10-
- "examples/hello_world/routes/**"
10+
- "examples/hello_world/pubspec.yaml"
1111
- "examples/hello_world/lib/**"
1212
- "examples/hello_world/test/**"
1313
- "examples/hello_world/e2e/**"

.github/workflows/examples_kitchen_sink.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
on:
88
pull_request:
99
paths:
10+
- "examples/kitchen_sink/pubspec.yaml"
1011
- "examples/kitchen_sink/routes/**"
1112
- "examples/kitchen_sink/lib/**"
1213
- "examples/kitchen_sink/test/**"

.github/workflows/examples_todos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ concurrency:
77
on:
88
pull_request:
99
paths:
10+
- "examples/todos/pubspec.yaml"
1011
- "examples/todos/routes/**"
1112
- "examples/todos/lib/**"
1213
- "examples/todos/test/**"
14+
- "examples/todos/packages/**/pubspec.yaml"
1315
- "examples/todos/packages/**/lib/**"
1416
- "examples/todos/packages/**/test/**"
1517
- "examples/todos/packages/**/e2e/**"

.github/workflows/examples_web_socket_counter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
on:
88
pull_request:
99
paths:
10+
- "examples/web_socket_counter/pubspec.yaml"
1011
- "examples/web_socket_counter/routes/**"
1112
- "examples/web_socket_counter/lib/**"
1213
- "examples/web_socket_counter/test/**"

examples/counter/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml
22
analyzer:
33
exclude:
44
- build/**

examples/counter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^0.13.5
1414
mocktail: ^0.3.0
1515
test: ^1.19.2
16-
very_good_analysis: ^3.1.0
16+
very_good_analysis: ^4.0.0

examples/echo/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml
22
analyzer:
33
exclude:
44
- build/**

examples/echo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^0.13.5
1414
mocktail: ^0.3.0
1515
test: ^1.19.2
16-
very_good_analysis: ^3.1.0
16+
very_good_analysis: ^4.0.0

0 commit comments

Comments
 (0)