Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Submodule #19

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Update Submodule #19

merged 1 commit into from
Oct 19, 2023

Conversation

Luftalian
Copy link
Member

An update was made to the submodule.

@github-actions
Copy link

C++ lint Checker

cpplint errors found ⚠️

src/com/gimbal/receive.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/com/gimbal/receive.h:19:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/com/gimbal/send.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/com/gimbal/send.h:12:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/com/ground/receive.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/com/ground/receive.h:19:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/com/ground/send.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/com/ground/send.h:16:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/domain/accel.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/domain/pressure.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/domain/setting.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/domain/setting.h:6:  <mutex> is an unapproved C++11 header.  [build/c++11] [5]
src/main.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/main.cpp:23:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/main.cpp:31:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/usecase/format.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/usecase/format.h:38:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
src/usecase/stack.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/usecase/stack.h:6:  <mutex> is an unapproved C++11 header.  [build/c++11] [5]
src/write/s25fl512s.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
src/write/s25fl512s.h:17:  <mutex> is an unapproved C++11 header.  [build/c++11] [5]
v1/src/domain/data.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/domain/data.h:7:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/domain/data.h:15:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/infrastructure/icm20948_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/infrastructure/icm20948_handler.h:9:  Found C++ system header after other header. Should be: icm20948_handler.h, c system, c++ system, other.  [build/include_order] [4]
v1/src/infrastructure/icm20948_handler.h:12:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/icm20948_handler.h:15:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/icm20948_handler.h:21:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/icm20948_handler.h:23:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/icm20948_handler.h:28:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/icm20948_handler.h:29:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/icm20948_handler.h:34:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/icm20948_handler.h:39:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/lps25_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/infrastructure/lps25_handler.h:11:  Found C++ system header after other header. Should be: lps25_handler.h, c system, c++ system, other.  [build/include_order] [4]
v1/src/infrastructure/lps25_handler.h:14:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/lps25_handler.h:17:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/lps25_handler.h:23:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/lps25_handler.h:25:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/lps25_handler.h:30:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/lps25_handler.h:31:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/lps25_handler.h:36:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/lps25_handler.h:41:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/infrastructure/router.h:40:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:51:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:55:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:59:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:60:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:65:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:66:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:69:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:75:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:76:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:79:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:86:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:90:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/router.h:92:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
v1/src/infrastructure/router.h:105:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:108:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/router.h:115:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
v1/src/infrastructure/router.h:90:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/infrastructure/router.h:118:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/infrastructure/serial_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/infrastructure/serial_handler.h:15:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/serial_handler.h:17:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/serial_handler.h:17:  Use int16/int64/etc, rather than the C type long  [runtime/int] [4]
v1/src/infrastructure/spicreatehandler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/infrastructure/spicreatehandler.h:8:  Found C++ system header after other header. Should be: spicreatehandler.h, c system, c++ system, other.  [build/include_order] [4]
v1/src/infrastructure/spicreatehandler.h:11:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:14:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:25:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:28:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:32:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:33:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:34:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:39:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:40:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:45:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:49:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:50:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:55:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:60:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:65:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:69:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:70:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:75:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:79:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:80:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:84:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:85:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:89:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spicreatehandler.h:90:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spicreatehandler.h:94:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/infrastructure/spiflash_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/infrastructure/spiflash_handler.h:9:  Found C++ system header after other header. Should be: spiflash_handler.h, c system, c++ system, other.  [build/include_order] [4]
v1/src/infrastructure/spiflash_handler.h:12:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:15:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spiflash_handler.h:24:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:26:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spiflash_handler.h:31:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/infrastructure/spiflash_handler.h:32:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:37:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:42:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:47:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:52:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/infrastructure/spiflash_handler.h:57:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/icm20948_controller.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/controller/icm20948_controller.h:15:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/icm20948_controller.h:20:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/icm20948_controller.h:20:  Single-parameter constructors should be marked explicit.  [runtime/explicit] [5]
v1/src/interfaces/controller/icm20948_controller.h:26:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/icm20948_controller.h:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/icm20948_controller.h:28:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/icm20948_controller.h:29:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/icm20948_controller.h:34:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/icm20948_controller.h:39:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/icm20948_controller.h:30:  Add #include <memory> for make_shared<>  [build/include_what_you_use] [4]
v1/src/interfaces/controller/lps25_controller.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/controller/lps25_controller.h:15:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/lps25_controller.h:20:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/lps25_controller.h:20:  Single-parameter constructors should be marked explicit.  [runtime/explicit] [5]
v1/src/interfaces/controller/lps25_controller.h:26:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/lps25_controller.h:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/lps25_controller.h:28:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/lps25_controller.h:29:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/controller/lps25_controller.h:34:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/lps25_controller.h:39:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/controller/lps25_controller.h:30:  Add #include <memory> for make_shared<>  [build/include_what_you_use] [4]
v1/src/interfaces/database/icm20948_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/database/icm20948_handler.h:7:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/icm20948_handler.h:9:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/icm20948_handler.h:9:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/interfaces/database/icm20948_handler.h:14:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/interfaces/database/icm20948_repository.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/database/icm20948_repository.h:13:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/icm20948_repository.h:19:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/icm20948_repository.h:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/icm20948_repository.h:36:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/icm20948_repository.h:19:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/interfaces/database/icm20948_repository.h:40:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/interfaces/database/lps25_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/database/lps25_handler.h:7:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/lps25_handler.h:9:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/lps25_handler.h:9:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/interfaces/database/lps25_handler.h:14:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/interfaces/database/lps25_repository.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/database/lps25_repository.h:13:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/lps25_repository.h:19:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/lps25_repository.h:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/lps25_repository.h:35:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/lps25_repository.h:19:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/interfaces/database/lps25_repository.h:39:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/interfaces/database/spicreate_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/database/spicreate_handler.h:7:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/spicreate_handler.h:9:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/spicreate_handler.h:20:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/spicreate_handler.h:23:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/spicreate_handler.h:26:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/interfaces/database/spiflash_handler.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/interfaces/database/spiflash_handler.h:7:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/interfaces/database/spiflash_handler.h:9:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/interfaces/database/spiflash_handler.h:9:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/interfaces/database/spiflash_handler.h:17:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/main.cpp:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/main.cpp:8:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/main.cpp:11:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/main.cpp:14:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
v1/src/main.cpp:15:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/main.cpp:34:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
v1/src/usecase/icm20948_interactor.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/usecase/icm20948_interactor.h:10:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/icm20948_interactor.h:15:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/usecase/icm20948_interactor.h:15:  Single-parameter constructors should be marked explicit.  [runtime/explicit] [5]
v1/src/usecase/icm20948_interactor.h:22:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/icm20948_interactor.h:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/icm20948_interactor.h:15:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/usecase/icm20948_repository_usecase.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/usecase/icm20948_repository_usecase.h:9:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/icm20948_repository_usecase.h:15:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
v1/src/usecase/lps25_interactor.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/usecase/lps25_interactor.h:10:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/lps25_interactor.h:15:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
v1/src/usecase/lps25_interactor.h:15:  Single-parameter constructors should be marked explicit.  [runtime/explicit] [5]
v1/src/usecase/lps25_interactor.h:22:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/lps25_interactor.h:27:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/lps25_interactor.h:15:  Add #include <memory> for shared_ptr<>  [build/include_what_you_use] [4]
v1/src/usecase/lps25_repository_usecase.h:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]
v1/src/usecase/lps25_repository_usecase.h:9:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
v1/src/usecase/lps25_repository_usecase.h:15:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
Done processing src/com/gimbal/receive.h
Done processing src/com/gimbal/send.h
Done processing src/com/ground/receive.h
Done processing src/com/ground/send.h
Done processing src/domain/accel.h
Done processing src/domain/pressure.h
Done processing src/domain/setting.h
Done processing src/main.cpp
Done processing src/usecase/format.h
Done processing src/usecase/stack.h
Done processing src/write/s25fl512s.h
Done processing v1/src/domain/data.h
Done processing v1/src/infrastructure/icm20948_handler.h
Done processing v1/src/infrastructure/lps25_handler.h
Done processing v1/src/infrastructure/router.h
Done processing v1/src/infrastructure/serial_handler.h
Done processing v1/src/infrastructure/spicreatehandler.h
Done processing v1/src/infrastructure/spiflash_handler.h
Done processing v1/src/interfaces/controller/icm20948_controller.h
Done processing v1/src/interfaces/controller/lps25_controller.h
Done processing v1/src/interfaces/database/icm20948_handler.h
Done processing v1/src/interfaces/database/icm20948_repository.h
Done processing v1/src/interfaces/database/lps25_handler.h
Done processing v1/src/interfaces/database/lps25_repository.h
Done processing v1/src/interfaces/database/spicreate_handler.h
Done processing v1/src/interfaces/database/spiflash_handler.h
Done processing v1/src/main.cpp
Done processing v1/src/usecase/icm20948_interactor.h
Done processing v1/src/usecase/icm20948_repository_usecase.h
Done processing v1/src/usecase/lps25_interactor.h
Done processing v1/src/usecase/lps25_repository_usecase.h
Total errors found: 191

@Luftalian Luftalian merged commit d94174d into main Oct 19, 2023
1 of 4 checks passed
@Luftalian Luftalian deleted the update-submodule-1697706696 branch October 19, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant