micro-ROS / micro-ROS/micro-ROS-demos
Disable fuchsia-related checks in clang-tidy
オープン
@BorjaOuterelo がすでに取り組んでいます。
2019年1月16日 から。
enhancement
- 主要言語
- C
- スター
- 101
- フォーク
- 35
- 平均マージ
- 4日 16時間
- マージ済み PR(30日)
- 3
説明
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?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。