sonar-flutter icon indicating copy to clipboard operation
sonar-flutter copied to clipboard

SonarQube plugin for Flutter / Dart

Results 52 sonar-flutter issues
Sort by recently updated
recently updated
newest added

Dear all, I have an issue for code coverage of multi-module which does not show in a report. I have a Flutter project structure like this: ``` Flutter Project -...

Hi there, I'm trying the sonar-flutter plugin on a project. There is a top-level `pubspec.yaml` file which is just used for tracking the target dart version. When the sonar scanner...

bug

### sonar-project.properties > sonar.modules=old_utils,okki_flutter,okki_flutter_example,okki_login > > old_utils.sonar.projectBaseDir=packages/old-utils > > okki_flutter.sonar.projectBaseDir=packages/okki-flutter > okki_flutter_example.sonar.projectBaseDir=packages/okki-flutter/example > > okki_login.sonar.projectBaseDir=packages/okki-login > > sonar.dart.analyzer.mode=MANUAL > sonar.dart.analyzer.report.mode=MACHINE > sonar.dart.analyzer.report.path=analysis-results.txt ### log ``` 15:52:27.423 INFO: Indexing files of...

waiting for feedback

This is more of a remark. README.md uses this code sample ```shell # Download dependencies flutter pub get # Run tests with User feedback (in case some test are failing)...

documentation

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @​joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...

dependencies
skip-changelog

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.12.0 to 3.13.0. Release notes Sourced from actions/setup-java's releases. v3.13.0 What's changed In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in...

dependencies
skip-changelog

Bumps org.apache.ivy:ivy from 2.5.0 to 2.5.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ivy:ivy&package-manager=maven&previous-version=2.5.0&new-version=2.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

A PR to resolve #187. Checks if `"dependencies"` in pubspec.yaml is null before accessing it.

[Dart Code linter ](https://dcl.apps.bancolombia.com/) is a software analytics tool that helps developers analyse and improve software quality. it is based on a fork of Dart Code Metrics. Do you think...

enhancement

## Problem if you try to analyze the project in the root folder of the repository it will fail because the _sensorContext_ is located from where the sonar-scanner is executed....

bug