We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 257dc83 + 145ae6a commit 0e9ebeeCopy full SHA for 0e9ebee
.travis.yml
@@ -13,13 +13,16 @@ env:
13
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
14
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
15
- NOT_TEST_DOWNSTREAM=true
16
+ - PYLINT_ARGS="--output-format=parseable --errors-only"
17
+ - PYLINT2_CHECK=true
18
+ - PYLINT3_CHECK=true
19
- ROS_REPO=ros
20
- VERBOSE_OUTPUT=false
21
- VERBOSE_TESTS=false
22
matrix:
23
- ROS_DISTRO=kinetic
24
- ROS_DISTRO=melodic
25
install:
- - git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
26
+ - git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
27
script:
28
- .industrial_ci/travis.sh
0 commit comments