Skip to content

Commit

Permalink
Merge pull request #55 from Workiva/link-2020/remove-prop-navigation-…
Browse files Browse the repository at this point in the history
…assist

Remove prop navigation assist
  • Loading branch information
greglittlefield-wf authored Jun 19, 2020
2 parents ffee042 + 0263e54 commit 844e3b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.

This file was deleted.

7 changes: 1 addition & 6 deletions over_react_analyzer_plugin/lib/src/plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import 'package:over_react_analyzer_plugin/src/diagnostic/string_ref.dart';
import 'package:over_react_analyzer_plugin/src/diagnostic/style_missing_unit.dart';
import 'package:over_react_analyzer_plugin/src/diagnostic/variadic_children.dart';
import 'package:over_react_analyzer_plugin/src/diagnostic/single_child_key.dart';
import 'package:over_react_analyzer_plugin/src/navigation/prop_navigation_contributor.dart';

/// Analyzer plugin for over_react.
class OverReactAnalyzerPlugin extends ServerPlugin
Expand Down Expand Up @@ -140,11 +139,7 @@ class OverReactAnalyzerPlugin extends ServerPlugin

@override
List<NavigationContributor> getNavigationContributors(String path) {
return [
/// NOTE: when developing in JetBrains IDEs, clear caches after reloading this
/// plugin, or it may not request the latest navigation regions from this plugin.
PropNavigationContributor(),
];
return [];
}

@override
Expand Down

0 comments on commit 844e3b4

Please sign in to comment.