sonar-flutter
sonar-flutter copied to clipboard
SonarQube plugin for Flutter / Dart
I have version sonar-flutter-plugin-0.5.1-SNAPSHOT.jar and it seems to work fine, until I get to this point: ` ERROR: Error during SonarScanner execution org.buildobjects.process.StartupException: Could not startup process 'flutter analyze --no-fatal-warnings...
I am executing the sonar-scanner on `ubuntu:22.04` the SonarQube server is running 10.4.1 and uses the plugin version `0.5.0`. When running the sonar-scanner, it cannot index the `.dart` files as...
Is there a way to analyze dart files with sonarlint, when this plugin is installed on SonarQube and sonarlint runs in connected mode? The goal is to use the rules...
While running `sonar-scanner` on either Dart library or Flutter project I get following error: ``` INFO: Detected Flutter project with version 0.0.1+47 INFO: Backup of original analysis_options.yaml file to analysis_options.yaml.sonar...
https://stackoverflow.com/questions/78195079/flutter-sonarqube-the-main-branch-has-no-lines-of-code Encountered the same issue where SonarQube doesn't detect the dart files so adding to the readme for new users
git actions: ```yaml .... - name: 🕵️ Analyze run: flutter analyze . /// SUCCESS - name: 🧪 Run Tests run: flutter test --coverage --coverage-path=coverage/lcov.info --test-randomize-ordering-seed=random --concurrency=10 /// SUCCESS - name:...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in actions/checkout#1739 Bump...
Before upgrading to latest version the `dartanalyzer` quality profile had 323 rules, now it only has 53 rules and shows that there are no issues in the code even though...
I run a sonar scanner on my multiple flutter projects but it's not showing security-related errors.
sonar version:10.6 sonar-flutter-plugin-0.5.2.jar We run sonar in an app which developed with dart.Then we met an error like below: 09:48:20 + sonar-scanner -Dsonar.projectKey=elev:mobile-mnk -Dsonar.projectName=elev:mobile-mnk -Dsonar.sourceEncoding=UTF-8 -Dsonar.sources=. -Dsonar.flutter.analyzer.mode=dart '-Dsonar.exclusions=**/*.java,**/*.classes,**/*.kt' -Dsonar.login=admin -Dsonar.password=****...