micro-ROS / micro-ROS/micro-ROS-demos
Disable fuchsia-related checks in clang-tidy
Đang mở
@BorjaOuterelo đang làm issue này rồi.
Từ ngày 16/1/2019.
enhancement
- Ngôn ngữ chính
- C
- Star
- 101
- Fork
- 35
- Merge trung bình
- 4 ngày 16 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
Compiling the demos leads to a lot of warnings from clang-tidy, many of which are from the Fuchsia warning set, such as "fuchsia-default-arguments". Fuchsia has a very specific style guide which is not generally appropriate, e.g., calling functions with default arguments is valid C++ practice, but disallowed by Fuchsia.
I would suggest the following list instead of "*" as used currently:
bugprone-*,cert-*,clang-analyzer-*,cppcoreguidelines-*,google-*,hicpp-*,llvm-*,misc-*,modernize-*,performance-*,readability-*
Opinions?
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.