-
-
Notifications
You must be signed in to change notification settings - Fork 89
Don't use the native analysis #90
Replies: 1 comment · 6 replies
|
You can try playing around with the You need to save the output of your analyzer command in that path. |
All reactions
|
Try to get some verbose logs. |
All reactions
|
Yooo, here we are with the entire log, i also tried search in the plugin's code where is the conditional of "there's a file so don't execute the analyze" but no success too :c
Output Log
Verbose Log
In case that it matters, I'm using Fedora 34 (Workstation Edition) as OS and SonarQube 7.5-community version, running everything on a docker image from androidsdk/android-29:latest with dart and fvm installed |
All reactions
|
Yea it was added here: 698b1f7 but a couple commits later it was gone. Probably was never really released :D |
All reactions
-
😄 1
|
I created #91 to track this. Will see if I get around to rewriting things. |
All reactions
-
❤️ 1
|
Hello guys! Is there any update here? I need to use the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, first thing, i appreciate the effort of doing so amazing plugin, you are awesome!!
I want to know if there is any way to disable the native analysis, because in our company we use the follow command to do the analysis in our CI/CD:
fvm flutter analyze --no-pub --current-package --congratulate --no-fatal-infos --no-fatal-warnings --suppress-analytics.Since we use fvm there's no fixed flutter version in the PATH, so always throw a error saying that "flutter command not found".
All reactions