Commit b2226ec
Update flake8 and clang-tidy linters (#179)
* Copy ament clang tidy source code
* Add flake8 file
* Make compatible with black
* Use flake8 config file
* Format clang-tidy
* Move to clang-tidy directory
* Use it
* Specify compile.json
* Exclude files
* Update print statement
* Try reducing number of parallel jobs
* Settle on 8 parallel jobs
* Properly exclude protobuf source files
* Only check end of file
* Test clang-tidy error
* Disable clang tidy during build
* Update comment
* Revert test clang-tidy error
---------
Co-authored-by: hhenry01 <[email protected]>1 parent 3574523 commit b2226ec
File tree
7 files changed
+433
-14
lines changed- .devcontainer/config
- .github/actions
- ament-lint
- clang-tidy
7 files changed
+433
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 157 | + | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
372 | 369 | | |
373 | 370 | | |
374 | 371 | | |
375 | | - | |
| 372 | + | |
376 | 373 | | |
377 | 374 | | |
378 | 375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
0 commit comments