Skip to content

Commit

Permalink
Fix analysis across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 3, 2024
1 parent f5d3a19 commit 5d9cf03
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions pkgs/bazel_worker/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ analyzer:
errors:
# For the generated file
lines_longer_than_80_chars: ignore

linter:
rules:
- package_api_docs
2 changes: 1 addition & 1 deletion pkgs/bazel_worker/e2e_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
path: ../

dev_dependencies:
cli_util: ^0.4.0
cli_util: ^0.4.2
dart_flutter_team_lints: ^1.0.0
path: ^1.8.0
test: ^1.16.0
1 change: 0 additions & 1 deletion pkgs/bazel_worker/e2e_test/test/e2e_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'package:path/path.dart' as p;
import 'package:test/test.dart';

void main() {
var sdkPath = getSdkPath();
var dart = p.join(sdkPath, 'bin', 'dart');
runE2eTestForWorker('sync worker',
() => Process.start(dart, [p.join('bin', 'sync_worker.dart')]));
Expand Down
1 change: 0 additions & 1 deletion pkgs/boolean_selector/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ linter:
rules:
- avoid_unused_constructor_parameters
- cancel_subscriptions
- package_api_docs
1 change: 0 additions & 1 deletion pkgs/coverage/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ linter:
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- package_api_docs
- prefer_final_locals
- sort_constructors_first
- sort_unnamed_constructors_first
Expand Down
1 change: 0 additions & 1 deletion pkgs/graphs/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linter:
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_locals
Expand Down
1 change: 0 additions & 1 deletion pkgs/json_rpc_2/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ linter:
rules:
- avoid_unused_constructor_parameters
- cancel_subscriptions
- package_api_docs
1 change: 0 additions & 1 deletion pkgs/mime/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ linter:
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_locals
Expand Down
1 change: 0 additions & 1 deletion pkgs/oauth2/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ linter:
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_declarations
- unnecessary_await_in_return
- use_string_buffers

0 comments on commit 5d9cf03

Please sign in to comment.