mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
f3b08868be
- Fixed test coverage calculation - Removed `mockito` from the application mock - Implemented platform channel mocks to mimic incident light metering - Covered providers with unit tests - Covered metering screen pickers with widget tests - Laid foundation for integration tests
25 lines
No EOL
624 B
JSON
25 lines
No EOL
624 B
JSON
{
|
|
"task.slowProviderWarning": true,
|
|
"dart.flutterSdkPath": "fvm",
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120,
|
|
],
|
|
"editor.selectionHighlight": true,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"editor.suggestSelection": "first",
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.wordBasedSuggestions": false
|
|
},
|
|
"dart.doNotFormat": [
|
|
"**/generated/**",
|
|
"lib/data/**"
|
|
],
|
|
} |