From c7c1f6dfd289facbfd31bf809f06eb126e8551aa Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Fri, 23 Oct 2020 15:29:28 -0700 Subject: [PATCH] Added a lint ignore because the build needs zero analyze issues. --- test/smoke_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/smoke_test.dart b/test/smoke_test.dart index aadcf14..7bed99e 100644 --- a/test/smoke_test.dart +++ b/test/smoke_test.dart @@ -1,5 +1,6 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; +// ignore: avoid_relative_lib_imports import '../example/lib/main.dart'; void main() {