Skip to content

Commit

Permalink
Update ament_flake8 to use config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 6, 2024
1 parent f49152a commit 80176a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/lint/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
set -e

./setup.sh
ament_${LINTER} .

if ["ament_flake8" == "ament_${LINTER}"]
then
ament_flake8 . --config python_linter.flake8
else
ament_${LINTER}
fi

0 comments on commit 80176a2

Please sign in to comment.