We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5893a commit 824d9a6Copy full SHA for 824d9a6
packages/amplify_lints/lib/dart.yaml
@@ -3,6 +3,8 @@ include: package:lints/recommended.yaml
3
analyzer:
4
strong-mode:
5
implicit-dynamic: false
6
+ errors:
7
+ depend_on_referenced_packages: error # To prevent issues publishing.
8
9
linter:
10
rules:
packages/amplify_lints/lib/flutter_lib.yaml
@@ -3,6 +3,8 @@ include: package:flutter_lints/flutter.yaml
0 commit comments