Skip to content

Commit d73d9ab

Browse files
author
ABaldwinHunter
committed
link to locations
1 parent 3674937 commit d73d9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Content gives more information about the issue's check, including a description
297297

298298
Some engines require the ability to refer to other source locations in describing an issue. For this reason, an `Issue` object can have an associated `Trace`, a data structure meant to represent ordered or unordered lists of source code locations. A `Trace` has the following fields:
299299

300-
* `locations` -- **[Location] - Required**. An array of `Location` objects.
300+
* `locations` -- **[Location] - Required**. An array of [Location](#locations) objects.
301301
* `stacktrace` -- **Boolean - Optional **. *Default: false* When `true`, this `Trace` object will be treated like an ordered stacktrace by the CLI and the Code Climate UI.
302302

303303
An example trace:

0 commit comments

Comments
 (0)