Skip to content

Commit

Permalink
Merge pull request #77 from Workiva/batch/fedx/workiva_analysis_optio…
Browse files Browse the repository at this point in the history
…ns_v2

FEDX-1711: Workiva Analysis Options v2
  • Loading branch information
rm-astro-wf authored Oct 17, 2024
2 parents 05df1ca + cfd2a45 commit 9800e1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include: package:workiva_analysis_options/v1.recommended.yaml

include: package:workiva_analysis_options/v2.yaml
analyzer:
errors:
unused_import: warning
Expand Down
3 changes: 0 additions & 3 deletions lib/src/util/console_log_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ external _PropertyDescriptor _getOwnPropertyDescriptor(dynamic object, String pr
@JS('Object.defineProperty')
external void _defineProperty(dynamic object, String propertyName, dynamic descriptor);

@JS('Object.prototype.hasOwnProperty')
external bool _hasOwnProperty(dynamic object, String name);

@JS()
@anonymous
class _PropertyDescriptor {}

0 comments on commit 9800e1f

Please sign in to comment.