[ 原始碼: ros2-ament-lint ]
套件:ament-cmake-flake8(0.13.2-4)
ament-cmake-flake8 的相關連結
Debian 的資源:
下載原始碼套件 ros2-ament-lint:
- [ros2-ament-lint_0.13.2-4.dsc]
- [ros2-ament-lint_0.13.2.orig.tar.gz]
- [ros2-ament-lint_0.13.2-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
CMake build system for ROS 2 ament packages (flake8)
The ament build system is the most common way to build packages for ROS 2. ament_cmake provides the necessary tooling to build ament packages with CMake.
This package adds support for linting with flake8 to ament_cmake.
其他與 ament-cmake-flake8 有關的套件
|
|
|
|
-
- dep: ament-cmake-core
- CMake build system for ROS 2 ament package (Core functionality)
-
- dep: python3-ament-cmake-test
- Python 3 module for tests in ROS 2 ament packages
-
- dep: python3-ament-flake8
- Python 3 module for flake8 support in ROS 2 ament packages
-
- rec: python3-flake8-blind-except
- flake8 extension that checks for blind, catch-all except
-
- rec: python3-flake8-builtins
- flake8 extension that checks for re-use of builtin identifiers
-
- rec: python3-flake8-class-newline
- flake8 extension to lint for a method newline after a Class definition
-
- rec: python3-flake8-comprehensions
- flake8 extension that checks for re-use of builtin identifiers
-
- rec: python3-flake8-deprecated
- flake8 extension to lint for a deprecated features
-
- rec: python3-flake8-docstrings
- flake8 extension to check docstrings
-
- rec: python3-flake8-import-order
- flake8 extension to lint for the import order in Python files
-
- rec: python3-flake8-quotes
- flake8 extension to lint for quotes