-
Here's a simple package:
```
my_package
- pubspec.yaml
- .analysis_options
- lib
- class.dart
```
with `.analysis_options`:
```
linter:
rules:
- always_declare_return_typ…
-
Apologies if I'm not supposed to raise/report issues related to `dartanalyzer` on my project here, I was searching through Codacy support then I realised the existence of this repository. I figured it…
-
```
Process exited with status 126 [sandboxed].
external/dart_sdk/bin/dartanalyzer: line 31: /private/var/tmp/_bazel_matan/2d8797e501685dd0be025159bf54d03b/bazel-sandbox/84051f69-83fc-4e18-ac73-6499…
-
`dartanalyzer` has `--format machine`, and we are using that for processing analysis results with `pana` (and on the pub site). Because `flutter analyze` has no such option, we still fall back to `dar…
-
Cf. https://github.com/dart-lang/sdk/issues/48457.
The command `dart analyze` replaces the old command `dartanalyzer` in a number of ways. However, `dart analyze` does not support the `--options` a…
-
Currently,
https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/dart/dartanalyzer.vim
executes the dartanalyzer command. This approach makes writes slow, as the dartanalyzer starts col…
-
How can I run `dart analyze` (or variants there-of) with a custom `analysis_options.yaml` file?
https://dart.dev/tools/dart-analyze does not mention anything, but the [source code suggests `--optio…
-
Opening issue in sdk for https://github.com/Dart-Code/Dart-Code/issues/1295
It should be possible run the dartanalyzer on the root of this project. However, if run on the root it generates 10000+ e…
-
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 -…
-
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
use https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_c…