-
Currently we use clang-tidy-7 which relies on python 2. Since we want to drop python 2 we should upgrade clang-tidy to a newer version
-
[clang-tidy](https://clang.llvm.org/extra/clang-tidy) is a useful tool for helping to keep a good code quality. I would suggest looking into the following option classes:
- `bugprone-`
- `clang-anal…
-
We should research if it's good for us to use [Clang Tidy](http://clang.llvm.org/extra/clang-tidy/checks/list.html) in our build.
-
/data/ultifi/up-cpp/test/coverage/datamodel/UUriSerializerTest.cpp
/data/ultifi/up-cpp/test/coverage/datamodel/UuidSerializerTest.cpp
Several tests ignore function return values and that cause err…
-
### 一、 项目说明
主要是针对`PaddlePaddle`中引入`clang-tidy`从而拦截`clang-tidy`检查项的增量,并修复PaddlePaddle现存的存量,主要规则针对`Pytorch`进行检测和修复。
具体说明参照:[【Hackathon 6th】引入 clang-tidy](https://github.com/PaddlePaddle/community/blob/…
-
1. Is it possible to have the `clang-tidy` Action automatically hide any prior `clang-tidy` bot comments as "Outdated"? PRs can look quite spammy otherwise.
2. The Action seems to run into hiccup…
-
Shall we create a clang-format config that roughly matches the current code, and enforce it with a linting CI?
-
Clang-Tidy for
```c++
template
struct Crtp {
Derived& operator=(decltype(nullptr)) {
return *static_cast(this);
};
};
struct S : Crtp {
using Crtp::operator=;
};
```
should no…
-
## Brief feature description
Add a `.clang-tidy` file to the project template
-
plan is to integrate clang-tidy checks into our ci. Probably will use the same .clangtidy file [available in our ROS repo](https://github.com/uwrobotics/uwrt_mars_rover/blob/master/.clang-tidy). since…