mirror of https://github.com/grpc/grpc-dart.git
Update analysis_options.yaml
This commit is contained in:
parent
548c306318
commit
1502c97f13
|
@ -1,6 +1,9 @@
|
||||||
include: package:lints/recommended.yaml
|
include: package:lints/recommended.yaml
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
|
exclude:
|
||||||
|
- 'example/**'
|
||||||
|
- 'interop/**'
|
||||||
errors:
|
errors:
|
||||||
# These should be fixed or ignored in the proto generator.
|
# These should be fixed or ignored in the proto generator.
|
||||||
implementation_imports: ignore
|
implementation_imports: ignore
|
||||||
|
|
Loading…
Reference in New Issue