You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class 'Metronome' defines a copy constructor and a copy assignment operator but does not define a destructor, a move constructor or a move assignment operator
62c4a69
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cpp-Linter Report⚠️
Some files did not pass the configured checks!
clang-format reports: 9 file(s) not formatted
clang-tidy reports: 17 concern(s)
include/debug.h
include/debug.h:3:10: error: [clang-diagnostic-error]
src/main.cpp
src/main.cpp:1:10: error: [clang-diagnostic-error]
src/main.cpp:13:11: warning: [cppcoreguidelines-avoid-non-const-global-variables]
Metronome metronome(LOOP_DURATION); ^
src/main.cpp:29:30: warning: [cppcoreguidelines-init-variables]
std::list<WifiDependent *> deps; ^ = 0
src/metronome.cpp
src/metronome.cpp:1:10: error: [clang-diagnostic-error]
src/dummy-wifi-dependent.cpp
include/debug.h:3:10: error: [clang-diagnostic-error]
src/wifi-connection.cpp
src/wifi-connection.cpp:47:22: warning: [modernize-use-trailing-return-type]
src/wifi-connection.cpp:47:22: warning: [readability-make-member-function-const]
src/wifi-connection.cpp:84:22: warning: [readability-convert-member-functions-to-static]
src/wifi-connection.cpp:95:22: warning: [readability-convert-member-functions-to-static]
include/wifi-connection.hpp:3:10: error: [clang-diagnostic-error]
src/debug.cpp
include/debug.h:3:10: error: [clang-diagnostic-error]
include/metronome.hpp
include/metronome.hpp:11:7: warning: [cppcoreguidelines-special-member-functions]
include/metronome.hpp:46:14: warning: [modernize-use-trailing-return-type]
include/wifi-connection.hpp
include/wifi-connection.hpp:3:10: error: [clang-diagnostic-error]
include/wifi-connection.hpp:19:7: warning: [cppcoreguidelines-pro-type-member-init]
include/wifi-connection.hpp:40:3: warning: [cppcoreguidelines-pro-type-member-init]
Have any feedback or feature suggestions? Share it here.