Skip to content

Commit cbba355

Browse files
committed
Ignore package_names lint for now
RE https://github.com/dart-lang/linter/issues/2331
1 parent fa97d28 commit cbba355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
analyzer:
22
strong-mode:
33
implicit-casts: false
4+
errors:
5+
# https://github.com/dart-lang/linter/issues/2331
6+
package_names: ignore
47

58
linter:
69
rules:

0 commit comments

Comments
 (0)