Skip to content

Commit bc076a5

Browse files
committed
Fixed avoid_using_api external_source test
1 parent 9dd904f commit bc076a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// expect_lint: avoid_global_state
21
int banned = 5;

lint_test/avoid_using_api/external_source/lib/external_source.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ const test2 = 'Hello World';
2121

2222
void test() {}
2323

24-
// expect_lint: avoid_global_state
2524
int banned = 5;

0 commit comments

Comments
 (0)