Skip to content

Commit

Permalink
Linter updates for YOLO
Browse files Browse the repository at this point in the history
Fix whitespace, disable roslint
  • Loading branch information
nickswalker committed Aug 14, 2020
1 parent 5fc8ef5 commit d88e143
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
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
1 change: 0 additions & 1 deletion uw_detection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ find_package(catkin REQUIRED COMPONENTS
message_filters
message_runtime
roscpp
roslint
sensor_msgs
std_msgs
std_srvs
Expand Down
1 change: 0 additions & 1 deletion uw_detection/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<build_depend>image_transport</build_depend>
<build_depend>octomap</build_depend>
<build_depend>roslint</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_eigen</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion uw_detection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
packages=['yolov3'],
package_dir={'': 'src'})

setup(**setup_args)
setup(**setup_args)

0 comments on commit d88e143

Please sign in to comment.