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.
1 parent e0e8686 commit 549c386Copy full SHA for 549c386
rosidl_generator_java/CMakeLists.txt
@@ -31,6 +31,10 @@ if(BUILD_TESTING)
31
find_package(rosidl_generator_c REQUIRED)
32
find_package(test_interface_files REQUIRED)
33
34
+ # Disable flake8 linter
35
+ # TODO(jacobperron): Re-enable after https://github.com/ament/ament_lint/pull/252
36
+ set(ament_cmake_flake8_FOUND TRUE)
37
+
38
find_package(ament_lint_auto REQUIRED)
39
ament_lint_auto_find_test_dependencies()
40
0 commit comments