Tonnelier Mickael

Results 12 comments of Tonnelier Mickael

Hello @jiechic, beware, there is 2 differents things you need to understand. Result on sonar-scanner and result on Sonarqube. Unlike all other languages managed by sonar, this plugin does not...

Okay, well, I don't know if that helps. In my case, I don't you MACHINE report mode, I using the LEGACY mode. And I run the Analyzer with the following...

Ok I get it... I had forced myself not to set Flutter in my windows environment variables, to make sure I always used the FVM version. Except that since melos...

> Thanks for a well written issue, so it works for Melos 3.1.1? yes, it works fine in 3.1.1

yes, I had inspected the PR too and found nothing. I'll try to make a video presentation.

My previous isntallation was : - installation of dart with choco - update windows PATH environnement - installation of fvm with `dart pub global activate fvm` - DO NOT configure...

I don't really know, I'm fairly new to the flutter world and I've just started on a fairly complex project. I wouldn't know what to look for. What do you...

Okay, I'll warn you right now, the configuration isn't mine. 🤣 ```yaml name: my_app packages: - . - packages/** sdkPath: .fvm/flutter_sdk command: clean: hooks: post: melos exec --flutter -- "flutter...

It's not really a package on the root, it's my main application ... ^^"

So, instead of this : ``` ├── analysis_options.yaml ├── android/ ├── assets/ ├── build.yaml ├── codemagic.yaml ├── ios/ ├── l10n.yaml ├── lib/ │ └── main.dart ├── LICENSE.md ├── melos.yaml ├──...