Skip to content

Commit f88a479

Browse files
committed
add cpplint to bandit exclusions; add new lines at the end of files
1 parent 770515a commit f88a479

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.bandit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
### in both 'tests' and 'skips', this would be nonsensical and is detected by
88
### Bandit at runtime.
99

10+
exclude: ./cmake/cpplint/cpplint.py
11+
1012
# Available tests:
1113
# B101 : assert_used
1214
# B102 : exec_used

demos/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ IndentPPDirectives: AfterHash
5959
SortIncludes: true
6060
ForEachMacros:
6161
- foreach
62-
- FOREACH_CHILD
62+
- FOREACH_CHILD

demos/gaze_estimation_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ add_demo(NAME gaze_estimation_demo
99
SOURCES ${SOURCES}
1010
HEADERS ${HEADERS}
1111
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
12-
DEPENDENCIES monitors)
12+
DEPENDENCIES monitors)

0 commit comments

Comments
 (0)