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 93f7947 commit 404d7d4Copy full SHA for 404d7d4
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
sudo apt-get install dcm
32
33
- name: DCM Analyze
34
- run: dcm analyze --reporter=github --ci-key ${{ secrets.DCM_KEY }} --email ${{ secrets.DCM_EMAIL }} .
+ run: dcm analyze --reporter=github --ci-key ${{ secrets.DCM_KEY }} --email ${{ secrets.DCM_EMAIL }} --fatal-style --fatal-performance --fatal-warnings .
35
36
- name: Dry Publish
37
run: dart pub publish --dry-run
0 commit comments