mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
feat(analyzer): Ignore vendor packages in analyzer
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
include: package:effective_dart/analysis_options.yaml
|
||||
analyzer:
|
||||
exclude:
|
||||
- 'vendor/**'
|
||||
linter:
|
||||
rules:
|
||||
avoid_function_literals_in_foreach_calls: false
|
||||
|
||||
Reference in New Issue
Block a user