This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup user overlay Docker example (#133)
* Cleanup user overlay Docker example * Update dev volume mounts * Ignore external dependencies in flake8 config * Add temporary patch for serial build failures * Fix USER_DIR env variable in compose file * USER_DIR -> USER_WS * Disable clang-tidy for external dependencies * Revert unneeded changes * Simplify Docker setup * PR comments
- Loading branch information
Showing
7 changed files
with
46 additions
and
68 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
Empty file.
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 was deleted.
Oops, something went wrong.
Empty file.
Empty file.
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,9 @@ | ||
--- | ||
# Disable all checks in this folder. | ||
# At least one check must be enabled to avoid errors, though. | ||
Checks: '-*, | ||
cppcoreguidelines-avoid-goto, | ||
' | ||
HeaderFilterRegex: '' | ||
AnalyzeTemporaryDtors: false | ||
... |