mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove workarounds that avoided 'super' in mixins
Dart supports this properly now.
This commit is contained in:
parent
8fc8e82db8
commit
e79687d6f8
@ -54,7 +54,8 @@ def main():
|
||||
subprocess.check_output([
|
||||
DARTANALYZER, "--package-warnings",
|
||||
"--package-root", os.path.join(WORKBENCH, "packages"),
|
||||
"--fatal-warnings"
|
||||
"--fatal-warnings",
|
||||
"--supermixin",
|
||||
] + app_paths, stderr=subprocess.STDOUT)
|
||||
except subprocess.CalledProcessError as e:
|
||||
errors = [l for l in e.output.split('\n')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user