Skip to content

Commit 9ad6888

Browse files
authored
os_detect: bump lints and SDK versions (#713)
...and other cleanup across the board - drop deprecated lints - drop redundant lints - tiny bump to min test version using --tighten pub command
1 parent 2a436d5 commit 9ad6888

19 files changed

+14
-21
lines changed

.github/workflows/os_detect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
# Add macos-latest and/or windows-latest if relevant for this package.
5858
os: [ubuntu-latest, windows-latest, macos-latest]
59-
sdk: [3.0.0, dev]
59+
sdk: [3.5, dev]
6060
steps:
6161
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6262
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672

pkgs/args/analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ linter:
1010
- missing_whitespace_between_adjacent_strings
1111
- no_adjacent_strings_in_list
1212
- no_runtimeType_toString
13-
- package_api_docs
14-
- unnecessary_await_in_return

pkgs/args/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ environment:
1313

1414
dev_dependencies:
1515
dart_flutter_team_lints: ^3.0.0
16-
test: ^1.16.0
16+
test: ^1.16.6

pkgs/async/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ linter:
1818
- missing_whitespace_between_adjacent_strings
1919
- no_adjacent_strings_in_list
2020
- no_runtimeType_toString
21-
- package_api_docs

pkgs/collection/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ linter:
1212
- missing_whitespace_between_adjacent_strings
1313
- no_adjacent_strings_in_list
1414
- no_runtimeType_toString
15-
- package_api_docs
1615
- unnecessary_await_in_return

pkgs/collection/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ environment:
1313

1414
dev_dependencies:
1515
dart_flutter_team_lints: ^3.0.0
16-
test: ^1.16.0
16+
test: ^1.16.6

pkgs/convert/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ linter:
1717
- missing_whitespace_between_adjacent_strings
1818
- no_adjacent_strings_in_list
1919
- no_runtimeType_toString
20-
- package_api_docs
2120
- prefer_const_declarations
2221
- prefer_expression_function_bodies
2322
- unnecessary_await_in_return

pkgs/crypto/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ linter:
1010
rules:
1111
- avoid_unused_constructor_parameters
1212
- cancel_subscriptions
13-
- package_api_docs

pkgs/fixnum/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ linter:
1414
- missing_whitespace_between_adjacent_strings
1515
- no_adjacent_strings_in_list
1616
- no_runtimeType_toString
17-
- package_api_docs
1817
- prefer_const_declarations
1918
- prefer_expression_function_bodies
2019
- unnecessary_raw_strings

pkgs/logging/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ linter:
2020
- missing_whitespace_between_adjacent_strings
2121
- no_adjacent_strings_in_list
2222
- no_runtimeType_toString
23-
- package_api_docs
2423
- prefer_const_declarations
2524
- prefer_expression_function_bodies
2625
- prefer_final_locals

0 commit comments

Comments
 (0)