micro-ROS / micro-ROS/micro-ROS-demos

Disable fuchsia-related checks in clang-tidy

Đang mở
#10 1 bình luận 0 reaction 1 người được giao Xem trên GitHub

@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

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.