chore(deps): update cpp-linter/cpp-linter-action action to v2.12.1 #83
Annotations
4 errors, 10 warnings, and 9 notices
src/metronome.cpp#L1
'Arduino.h' file not found
|
src/main.cpp#L1
'Arduino.h' file not found
|
include/debug.h#L3
'Arduino.h' file not found
|
include/wifi-connection.hpp#L3
'ESP8266WiFi.h' file not found
|
src/main.cpp#L13
variable 'metronome' is non-const and globally accessible, consider making it const
|
src/main.cpp#L29
variable 'deps' is not initialized
|
src/wifi-connection.cpp#L47
use a trailing return type for this function
|
src/wifi-connection.cpp#L47
method 'isConnected' can be made const
|
src/wifi-connection.cpp#L84
method 'onWifiConnect' can be made static
|
src/wifi-connection.cpp#L95
method 'onWifiDisconnect' can be made static
|
include/wifi-connection.hpp#L19
constructor does not initialize these fields: wifiConnectHandler, wifiDisconnectHandler, dependents
|
include/wifi-connection.hpp#L40
constructor does not initialize these fields: wifiConnectHandler, wifiDisconnectHandler, dependents
|
include/metronome.hpp#L11
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
|
include/metronome.hpp#L46
use a trailing return type for this function
|
src/dummy-wifi-dependent.cpp#L1
File src/dummy-wifi-dependent.cpp does not conform to Custom style guidelines. (lines 8, 17)
|
src/metronome.cpp#L1
File src/metronome.cpp does not conform to Custom style guidelines. (lines 1, 4)
|
src/debug.cpp#L1
File src/debug.cpp does not conform to Custom style guidelines. (lines 4)
|
src/main.cpp#L1
File src/main.cpp does not conform to Custom style guidelines. (lines 3, 16, 37, 38, 39, 42)
|
src/wifi-connection.cpp#L1
File src/wifi-connection.cpp does not conform to Custom style guidelines. (lines 11, 31, 34, 47, 48, 49, 52, 53, 54, 57, 59, 63, 65, 69, 74, 84, 95, 103, 104)
|
include/wifi-dependent.hpp#L1
File include/wifi-dependent.hpp does not conform to Custom style guidelines. (lines 9)
|
include/wifi-connection.hpp#L1
File include/wifi-connection.hpp does not conform to Custom style guidelines. (lines 3, 19, 33)
|
include/dummy-wifi-dependent.hpp#L1
File include/dummy-wifi-dependent.hpp does not conform to Custom style guidelines. (lines 11)
|
include/metronome.hpp#L1
File include/metronome.hpp does not conform to Custom style guidelines. (lines 11, 33)
|
This job succeeded
Loading