Skip to content

Commit

Permalink
Excluded the RVC state diagram png from the lint check for %zu.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Feb 2, 2024
1 parent b04e537 commit 0943bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Check for use of %zu, which are not supported on some libcs.
if: always()
run: |
git grep -n "%zu" -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0
git grep -n "%zu" -- './*' ':(exclude).github/workflows/lint.yml' ':(exclude)examples/rvc-app/RVC_app_state_diagram.png' && exit 1 || exit 0
# Comments like '{{! ... }}' should be used in zap files
- name: Do not allow TODO in generated files
Expand Down

0 comments on commit 0943bed

Please sign in to comment.