We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770515a commit f88a479Copy full SHA for f88a479
.bandit
@@ -7,6 +7,8 @@
7
### in both 'tests' and 'skips', this would be nonsensical and is detected by
8
### Bandit at runtime.
9
10
+exclude: ./cmake/cpplint/cpplint.py
11
+
12
# Available tests:
13
# B101 : assert_used
14
# B102 : exec_used
demos/.clang-format
@@ -59,4 +59,4 @@ IndentPPDirectives: AfterHash
59
SortIncludes: true
60
ForEachMacros:
61
- foreach
62
- - FOREACH_CHILD
+ - FOREACH_CHILD
demos/gaze_estimation_demo/cpp/CMakeLists.txt
@@ -9,4 +9,4 @@ add_demo(NAME gaze_estimation_demo
SOURCES ${SOURCES}
HEADERS ${HEADERS}
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
- DEPENDENCIES monitors)
+ DEPENDENCIES monitors)
0 commit comments