-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re-enable pana baseline checking (pending build fixes) #2504
Comments
Interestingly, this runs w/o issues locally. 🤔 |
|
Here's the CI error:
@jonasfj : any thoughts? |
Are the sources located in Maybe an extra Just a qualified guess from seeing:
|
Right. The path is definitely wrong. Here's where it's set: var output = await Process.run('pub', [
'global',
'run',
'pana',
'-s',
'path',
Directory.current.path,
'-j',
]); This used to work? 🤔 |
Disabled w/ #2518 pending some investigation. |
Running this again (locally), I'm seeing this error:
It looks like maybe an issue parsing the Dart SDK version?
Invocation details are here, for reference: linter/tool/pana_baseline.dart Lines 22 to 30 in ff202b2
|
See, for example: https://github.com/dart-lang/linter/pull/2502/checks?check_run_id=2087774664
Chatting with @jonasfj, this will require a bit of local debugging. (Just haven't gotten to it yet...)
The text was updated successfully, but these errors were encountered: