Added new script to format the project #1143
Annotations
10 errors and 10 warnings
app/cli.cc#L4
'errors.h' file not found
|
src/os/Driver.h#L1
'string' file not found
|
app/commands/bench.h#L2
'cli.h' file not found
|
app/commands/build.h#L2
'cli.h' file not found
|
app/commands/docgen.h#L2
'cli.h' file not found
|
app/commands/init.h#L2
'cli.h' file not found
|
app/commands/pm.h#L3
'cli.h' file not found
|
app/commands/run.h#L2
'cli.h' file not found
|
app/commands/test.h#L2
'cli.h' file not found
|
app/crash_handler.h#L80
unknown type name 'class'
|
app/cli.cc#L35
the parameter 'mode' is copied for each invocation but only used as a const reference; consider making it a const reference
|
app/cli.cc#L94
variable 'progArgs' is not initialized
|
app/cli.cc#L212
macro 'SNOWBALL_PRINT_MESSAGE' used to declare a constant; consider using a 'constexpr' constant
|
app/cli.cc#L214
use a trailing return type for this function
|
app/cli.cc#L219
variable 'args' is not initialized
|
app/cli.cc#L227
do not use pointer arithmetic
|
app/commands/bench.h#L13
variable 'namespace' is non-const and globally accessible, consider making it const
|
app/commands/bench.h#L16
declaration uses identifier '__SNOWBALL_EXEC_BENCH_CMD_H_', which is a reserved identifier
|
app/commands/bench.h#L18
variable 'snowball' is non-const and globally accessible, consider making it const
|
app/commands/build.h#L13
variable 'namespace' is non-const and globally accessible, consider making it const
|
The logs for this run have expired and are no longer available.
Loading