[ ソース: 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