Skip to content

Commit

Permalink
Linter updates for YOLO
Browse files Browse the repository at this point in the history
  • Loading branch information
nickswalker committed Aug 14, 2020
1 parent 5fc8ef5 commit f5669b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 160
exclude = tests/*
exclude = tests/* uw_detection/src/yolov3
max-complexity = 10
# We import modules here to make the API cleaner
per-file-ignores = **/recognize_speech/__init__.py:F401
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
env:
AFTER_SCRIPT: 'cd $target_ws && rosenv && catkin build $(catkin list --depends-on roslint -u) --no-deps --no-status --verbose --make-args roslint'
CATKIN_LINT: true
CATKIN_LINT_ARGS: "--ignore missing_directory --ignore external_link_directory"
ROS_DISTRO: melodic
ROS_REPO: main
strategy:
Expand Down

0 comments on commit f5669b4

Please sign in to comment.