Skip to content

Commit 9800e1f

Browse files
authored
Merge pull request #77 from Workiva/batch/fedx/workiva_analysis_options_v2
FEDX-1711: Workiva Analysis Options v2
2 parents 05df1ca + cfd2a45 commit 9800e1f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: analysis_options.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
include: package:workiva_analysis_options/v1.recommended.yaml
2-
1+
include: package:workiva_analysis_options/v2.yaml
32
analyzer:
43
errors:
54
unused_import: warning

Diff for: lib/src/util/console_log_utils.dart

-3
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ external _PropertyDescriptor _getOwnPropertyDescriptor(dynamic object, String pr
203203
@JS('Object.defineProperty')
204204
external void _defineProperty(dynamic object, String propertyName, dynamic descriptor);
205205

206-
@JS('Object.prototype.hasOwnProperty')
207-
external bool _hasOwnProperty(dynamic object, String name);
208-
209206
@JS()
210207
@anonymous
211208
class _PropertyDescriptor {}

0 commit comments

Comments
 (0)