Skip to content

Commit 3feae41

Browse files
committed
pylint ignore setuptools
1 parent 2573664 commit 3feae41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
1414
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
1515
- NOT_TEST_DOWNSTREAM=true
16-
- PYLINT_ARGS="--output-format=parseable --errors-only --ignored-modules=catkin_pkg,pylab"
16+
- PYLINT_ARGS="--output-format=parseable --errors-only --ignored-modules=catkin_pkg,pylab,setuptools"
1717
- PYLINT2_CHECK=true
1818
- PYLINT3_CHECK=true
1919
- ROS_REPO=ros

0 commit comments

Comments
 (0)