Skip to content

Commit

Permalink
add cpplint to bandit exclusions; add new lines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivikhrev committed Apr 4, 2022
1 parent 770515a commit f88a479
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .bandit
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
### in both 'tests' and 'skips', this would be nonsensical and is detected by
### Bandit at runtime.

exclude: ./cmake/cpplint/cpplint.py

# Available tests:
# B101 : assert_used
# B102 : exec_used
Expand Down
2 changes: 1 addition & 1 deletion demos/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ IndentPPDirectives: AfterHash
SortIncludes: true
ForEachMacros:
- foreach
- FOREACH_CHILD
- FOREACH_CHILD
2 changes: 1 addition & 1 deletion demos/gaze_estimation_demo/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit f88a479

Please sign in to comment.