generated from athackst/vscode_ros2_workspace
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
3574523
commit b2226ec
Showing
7 changed files
with
433 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[flake8] | ||
extend-ignore = B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202,E203 | ||
import-order-style = google | ||
max-line-length = 99 | ||
show-source = true | ||
statistics = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.