Skip to content

Commit

Permalink
Merge pull request #11 from bancolombia/feature/pubspec
Browse files Browse the repository at this point in the history
fix: dart analysis
  • Loading branch information
santitigaga authored Sep 18, 2023
2 parents 5c35b94 + 57dc3bb commit 9f904c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
analyzer:
exclude:
- "test/**"
5 changes: 0 additions & 5 deletions lib/src/analyzer_plugin/analyzer_plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:analyzer/dart/analysis/analysis_context_collection.dart';
import 'package:analyzer/dart/analysis/results.dart';
import 'package:analyzer_plugin/plugin/plugin.dart';
import 'package:analyzer_plugin/protocol/protocol_generated.dart' as plugin;
import 'package:http/http.dart';
import 'package:uuid/uuid.dart';

import '../analyzers/lint_analyzer/lint_analysis_config.dart';
Expand Down Expand Up @@ -59,10 +58,6 @@ class AnalyzerPlugin extends ServerPlugin {
} else {
uuid = file.readAsStringSync();
}
// TODO: Realizar implementacion propia de API.
// final uri = Uri.parse('');

// post(uri, body: {'uuid': uuid, 'version': packageVersion}).ignore();
}

@override
Expand Down

0 comments on commit 9f904c6

Please sign in to comment.