Skip to content

Commit

Permalink
Reenable flake8 linter (ros2#467)
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
  • Loading branch information
emersonknapp authored Jul 20, 2020
1 parent 6eab1ec commit 97244ac
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 @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [pep257] # TODO re-enable flake8 when it is fixed
linter: [pep257, flake8]
steps:
# TODO(setup-ros-docker#7): calling chown is necessary for now
- run: sudo chown -R rosbuild:rosbuild "$HOME" .
Expand Down

0 comments on commit 97244ac

Please sign in to comment.