-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
analysis_options.yaml:
linter:
rules:
- empty_statements
- avoid_empty_elseexample.dart:
void main(){
if(1+2==3){}else{}
}This shows no warnings or errors.
I did not test other rules but above rules are the ones that are not working.
Dart sdk: Dart VM version: 2.3.0 (Fri May 3 10:32:31 2019 +0200) on "linux_x64"
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)