mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 10:38:13 +08:00
Disable dart-code-metrics for now
Even though I'm not using v4.2, the return-value rule is still being applied with `flutter analyze` though not consistently. For now, lets disable this, as there are 300+ warnings to fix.
This commit is contained in:
@ -70,7 +70,7 @@ void _isolateMain(SendPort toMainSender) {
|
||||
ReceivePort fromMainRec = ReceivePort();
|
||||
toMainSender.send(fromMainRec.sendPort);
|
||||
|
||||
fromMainRec.listen((data) async {
|
||||
var _ = fromMainRec.listen((data) async {
|
||||
assert(data is _LoadingMessage);
|
||||
var msg = data as _LoadingMessage;
|
||||
|
||||
|
Reference in New Issue
Block a user