-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(repo): adds json formatter docs #2481
Conversation
docs/guides/2-cli.md
Outdated
description: A string that contains a human-readable message describing the issue found by Spectical. This message typically provides information on why the rule was triggered and how to fix the issue. | ||
severity: | ||
type: integer | ||
description: 'An integer representing the severity level of the rule violation. The severity levels usually follow a specific scale defined by Spectral, such as 0 for info, 1 for warn, 2 for error, etc.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0 for error, 1 for warn, 2 for info, 3 for hint
type: array | ||
items: | ||
type: object | ||
properties: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and make everything required mister
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this!
02ec0d4
to
84faec8
Compare
b53430f
to
5c1e3a0
Compare
🎉 This PR is included in version 1.18.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 6.9.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.2.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Checklist
Does this PR introduce a breaking change?