Skip to content

Add wxFormBuilder project #20

Add wxFormBuilder project

Add wxFormBuilder project #20

Triggered via pull request August 11, 2024 19:50
Status Failure
Total duration 33s
Artifacts

cpp-linter.yaml

on: pull_request
cpp-linter
24s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 10 warnings, and 10 notices
cpp-linter
Process completed with exit code 1.
src/wxfb/App.cpp:13:1 [cppcoreguidelines-pro-type-member-init]: src/wxfb/App.cpp#L13
constructor does not initialize these fields: pnlRoot, pnlPortfolio, mnuBar, mnuFile, mnuLogin, mnuLogout, mnuExchange, mnuView, mnuShowClosedPositions, mnuHelp, statusBar
src/wxfb/App.cpp:13:12 [modernize-use-equals-default]: src/wxfb/App.cpp#L13
use '= default' to define a trivial default constructor
src/wxfb/App.cpp:17:1 [cppcoreguidelines-pro-type-member-init]: src/wxfb/App.cpp#L17
constructor does not initialize these fields: pnlRoot, pnlPortfolio, mnuBar, mnuFile, mnuLogin, mnuLogout, mnuExchange, mnuView, mnuShowClosedPositions, mnuHelp, statusBar
src/wxfb/App.cpp:22:17 [modernize-use-trailing-return-type]: src/wxfb/App.cpp#L22
use a trailing return type for this function
src/wxfb/App.cpp:31:14 [cppcoreguidelines-init-variables]: src/wxfb/App.cpp#L31
variable 'vszrRoot' is not initialized
src/wxfb/App.cpp:35:14 [cppcoreguidelines-init-variables]: src/wxfb/App.cpp#L35
variable 'vszrContent' is not initialized
src/wxfb/App.cpp:61:14 [cppcoreguidelines-init-variables]: src/wxfb/App.cpp#L61
variable 'mnuExit' is not initialized
Run clang-format on include/ui/ExchangeAnnouncementsDialog.hpp: include/ui/ExchangeAnnouncementsDialog.hpp#L1
File include/ui/ExchangeAnnouncementsDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19)
Run clang-format on include/ui/ExchangeScheduleDialog.hpp: include/ui/ExchangeScheduleDialog.hpp#L1
File include/ui/ExchangeScheduleDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19)
Run clang-format on include/ui/ExchangeStatusDialog.hpp: include/ui/ExchangeStatusDialog.hpp#L1
File include/ui/ExchangeStatusDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19)
Run clang-format on include/ui/LoginDialog.hpp: include/ui/LoginDialog.hpp#L1
File include/ui/LoginDialog.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 12, 13, 14, 15, 17, 19, 20, 22, 24)
Run clang-format on include/ui/MainFrame.hpp: include/ui/MainFrame.hpp#L1
File include/ui/MainFrame.hpp does not conform to LLVM style guidelines. (lines 8, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 34, 35, 36, 38, 40, 41, 42, 43, 44, 45, 47)
Run clang-format on include/ui/PortfolioPanel.hpp: include/ui/PortfolioPanel.hpp#L1
File include/ui/PortfolioPanel.hpp does not conform to LLVM style guidelines. (lines 8, 9, 10, 11, 13, 14, 15, 16, 18, 20)
Run clang-format on src/ui/ExchangeAnnouncementsDialog.cpp: src/ui/ExchangeAnnouncementsDialog.cpp#L1
File src/ui/ExchangeAnnouncementsDialog.cpp does not conform to LLVM style guidelines. (lines 9, 10, 11, 13, 14, 16, 17, 18, 20, 22, 23, 24, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53)
Run clang-format on src/ui/ExchangeScheduleDialog.cpp: src/ui/ExchangeScheduleDialog.cpp#L1
File src/ui/ExchangeScheduleDialog.cpp does not conform to LLVM style guidelines. (lines 10, 11, 12, 14, 15, 17, 18, 19, 21, 23, 24, 25, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 41, 42, 43, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62)
Run clang-format on src/ui/ExchangeStatusDialog.cpp: src/ui/ExchangeStatusDialog.cpp#L1
File src/ui/ExchangeStatusDialog.cpp does not conform to LLVM style guidelines. (lines 7, 8, 9, 11, 12, 14, 15, 16, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52)
Run clang-format on src/ui/LoginDialog.cpp: src/ui/LoginDialog.cpp#L1
File src/ui/LoginDialog.cpp does not conform to LLVM style guidelines. (lines 9, 10, 11, 12, 14, 15, 16, 18, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 53)