Update dotfiles
This commit is contained in:
@@ -18,7 +18,7 @@ Checks: " *,
|
|||||||
-abseil-string-find-str-contains,
|
-abseil-string-find-str-contains,
|
||||||
-bugprone-exception-escape,
|
-bugprone-exception-escape,
|
||||||
-fuchsia-trailing-return,
|
-fuchsia-trailing-return,
|
||||||
-readability-static-accessed-through-instance
|
-readability-static-accessed-through-instance,
|
||||||
"
|
"
|
||||||
|
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
@@ -32,3 +32,5 @@ CheckOptions:
|
|||||||
value: 'c|n|f'
|
value: 'c|n|f'
|
||||||
- key: readability-identifier-length.IgnoredLoopCounterNames
|
- key: readability-identifier-length.IgnoredLoopCounterNames
|
||||||
value: 'c|i|j|k|n'
|
value: 'c|i|j|k|n'
|
||||||
|
- key: readability-braces-around-statements.ShortStatementLines
|
||||||
|
value: 1
|
||||||
|
|||||||
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
**/.vscode
|
||||||
|
**/build
|
||||||
|
**/*.py
|
||||||
|
**/.git
|
||||||
|
**/Dockferfile*
|
||||||
Reference in New Issue
Block a user