Skip to content

Commit

Permalink
Add linter check for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
alehed authored and tridge committed May 16, 2022
1 parent afdfbdd commit c215878
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: |
python setup.py build install
- name: Lint generated python code
run: |
flake8 --ignore='W503,E203,E501,E741,E713,E722,F841' --statistics dialects/
- name: Generate messages
run: |
mavgen.py --lang='C' --output=/tmp/mavgen_test mavlink/message_definitions/v1.0/common.xml --wire-protocol=1.0 --strict-units
Expand Down

0 comments on commit c215878

Please sign in to comment.