Skip to content

Commit

Permalink
fix(ci): enhance dcm analysis with additional flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Oct 22, 2024
1 parent 0dacaea commit a28cd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify_package_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: 🔎 Dart Code Metrics
if: ${{ github.event_name == 'pull_request' }}
run: dcm analyze .
run: dcm analyze . --congratulate --fatal-style --fatal-warnings --reporter=github

- name: 🛂 Set up file system write permissions
run: sudo chown -R runner:runner $(pwd) && sudo chmod -R 777 $(pwd)
Expand Down

0 comments on commit a28cd26

Please sign in to comment.