Skip to content

Commit

Permalink
More options files cleanup.
Browse files Browse the repository at this point in the history
Change-Id: I12d067c8b3f52fe95026a642d83bb226405b5c45
Reviewed-on: https://dart-review.googlesource.com/c/81723
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
  • Loading branch information
devoncarew authored and commit-bot@chromium.org committed Oct 26, 2018
1 parent 79f8c8f commit 770436d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions pkg/compiler/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# BSD-style license that can be found in the LICENSE file.

analyzer:
language:
enableSuperMixins: false
errors:
todo: ignore
deprecated_member_use: ignore
2 changes: 1 addition & 1 deletion pkg/dev_compiler/lib/src/analyzer/element_helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:analyzer/src/generated/engine.dart' show AnalysisContext;
import 'package:analyzer/dart/ast/ast.dart';
import 'package:analyzer/dart/element/element.dart';
import 'package:analyzer/dart/element/type.dart'
show DartType, InterfaceType, ParameterizedType, FunctionType;
show DartType, InterfaceType, FunctionType;
import 'package:analyzer/src/dart/element/type.dart';
import 'package:analyzer/src/generated/constant.dart'
show DartObject, DartObjectImpl;
Expand Down
2 changes: 0 additions & 2 deletions pkg/kernel/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
analyzer:
language:
enableSuperMixins: false
exclude:
- testcases/**
1 change: 0 additions & 1 deletion pkg/testing/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# BSD-style license that can be found in the LICENSE file.

analyzer:
strong-mode: true
errors:
# Allow having TODOs in the code
todo: ignore
3 changes: 0 additions & 3 deletions pkg/vm/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# BSD-style license that can be found in the LICENSE file.

analyzer:
strong-mode: true
language:
enableSuperMixins: false
exclude:
- testcases/**
- tool/**

0 comments on commit 770436d

Please sign in to comment.