Skip to content

Commit

Permalink
fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia committed Dec 12, 2024
1 parent e7f1235 commit 16077f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ include: package:lints/recommended.yaml

analyzer:
exclude: [build/**]

linter:
rules:
implementation_imports: false
2 changes: 2 additions & 0 deletions lib/src/utils/emoji.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: implementation_imports

import 'dart:convert';

import 'package:http/http.dart' as http;
Expand Down

0 comments on commit 16077f3

Please sign in to comment.