Skip to content

Commit 683e0e4

Browse files
committed
include flutter example
1 parent cdb9965 commit 683e0e4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/repositories-configure/local-analysis/running-dartanalyzer.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ runtimes:
2626
tools:
2727
- dartanalyzer@3.7.20
2828
```
29+
30+
or
31+
32+
```yaml
33+
runtimes:
34+
- flutter@3.29.3
35+
tools:
36+
- dartanalyzer@3.7.20
37+
```
2938
## Manual configuration
3039
3140
```bash
@@ -66,7 +75,7 @@ codacy-cli analyze -t dartanalyzer -o dartanalyzer.sarif -c $COMMIT_SHA -a CODAC
6675
upload_report: true
6776
provider: gh
6877
owner: codacy-acme
69-
repository: sample-javascript-project
78+
repository: sample-dart-project
7079
```
7180
7281
!!! warning "Tokens should be stored in the repository secrets."

0 commit comments

Comments
 (0)