Skip to content

Commit

Permalink
docs(repo): fixes lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 authored Jul 6, 2023
1 parent abe9116 commit 4ab1b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/2-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ items:
description: An integer representing the severity level of the rule violation. The severity levels usually follow a specific scale defined by Spectral. 0 equals error, while 3 is hint.
range:
type: object
description: An object that describes where in the file the issue was found. It contains two sub-properties, start and end, each of which is an object with line and character properties. line and character are integers that represent the line number and the character position within the line, respectively, where the issue starts or ends.
description: An object that describes where in the file the issue was found. It contains two sub-properties, start and end, each of which is an object with line and character properties. line and character are integers that represent the line number and the character position within the line, respectively, where the issue starts or ends. All the values are zero indexed.
properties:
start:
type: object
Expand Down

0 comments on commit 4ab1b4b

Please sign in to comment.