We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb9965 commit 683e0e4Copy full SHA for 683e0e4
1 file changed
docs/repositories-configure/local-analysis/running-dartanalyzer.md
@@ -26,6 +26,15 @@ runtimes:
26
tools:
27
- dartanalyzer@3.7.20
28
```
29
+
30
+or
31
32
+```yaml
33
+runtimes:
34
+ - flutter@3.29.3
35
+tools:
36
+ - dartanalyzer@3.7.20
37
+```
38
## Manual configuration
39
40
```bash
@@ -66,7 +75,7 @@ codacy-cli analyze -t dartanalyzer -o dartanalyzer.sarif -c $COMMIT_SHA -a CODAC
66
75
upload_report: true
67
76
provider: gh
68
77
owner: codacy-acme
69
- repository: sample-javascript-project
78
+ repository: sample-dart-project
70
79
71
80
72
81
!!! warning "Tokens should be stored in the repository secrets."
0 commit comments