I made the major modifications I could think of because they were necessary for work. #6
Annotations
8 errors and 4 warnings
|
|
|
src/npeg/railroad.nim#L320
'strval' should be: 'strVal' [proc declared in /home/runner/work/npeg/npeg/nim/lib/core/macros.nim(249, 6)]
|
|
src/npeg/railroad.nim#L244
'strval' should be: 'strVal' [proc declared in /home/runner/work/npeg/npeg/nim/lib/core/macros.nim(249, 6)]
|
|
src/npeg/railroad.nim#L237
'nnKPar' should be: 'nnkPar' [enumField declared in /home/runner/work/npeg/npeg/nim/lib/core/macros.nim(43, 5)]
|
|
src/npeg/railroad.nim#L178
'varArgs' should be: 'varargs' [type declared in /home/runner/work/npeg/npeg/nim/lib/system.nim(194, 3)]
|
|
src/npeg/railroad.nim#L87
'varArgs' should be: 'varargs' [type declared in /home/runner/work/npeg/npeg/nim/lib/system.nim(194, 3)]
|
|
src/npeg/railroad.nim#L87
'ForeGroundColor' should be: 'ForegroundColor' [type declared in /home/runner/work/npeg/npeg/nim/lib/pure/terminal.nim(674, 3)]
|
|
src/npeg/railroad.nim#L27
'ForeGroundColor' should be: 'ForegroundColor' [type declared in /home/runner/work/npeg/npeg/nim/lib/pure/terminal.nim(674, 3)]
|
|
src/npeg/railroad.nim#L2
imported and not used: 'strutils' [UnusedImport]
|
|
src/npeg/railroad.nim#L91
left, right, top, bottom all have default value '0', this may be unintentional, either use ';' (semicolon) or explicitly write each default value [ImplicitDefaultValue]
|
|
tests/examples.nim#L3
imported and not used: 'json' [UnusedImport]
|
|
tests/captures.nim#L4
imported and not used: 'json' [UnusedImport]
|
The logs for this run have expired and are no longer available.
Loading