We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f20ac commit 11de686Copy full SHA for 11de686
docs/repositories-configure/local-analysis/running-dartanalyzer.md
@@ -76,11 +76,15 @@ codacy-cli analyze -t dartanalyzer -o dartanalyzer.sarif -c $COMMIT_SHA -a CODAC
76
upload_report: true
77
provider: gh
78
owner: codacy-acme
79
+<<<<<<< HEAD
80
<<<<<<< HEAD
81
repository: sample-dart-project
82
=======
83
repository: sample-javascript-project
84
>>>>>>> cdb996515 (add dartanalyzer on the pipeline docs and uv.lock as supported file)
85
+=======
86
+ repository: sample-dart-project
87
+>>>>>>> 683e0e4c5 (include flutter example)
88
```
89
90
!!! warning "Tokens should be stored in the repository secrets."
0 commit comments