-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
take a swing at using junit reporter
- Loading branch information
1 parent
6b55f5b
commit e3b7bb5
Showing
4,605 changed files
with
1,633,589 additions
and
24 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
node_modules/ | ||
package-lock.json | ||
|
||
# Fern Server Stubs | ||
fern | ||
server/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
extends: | ||
# extends: [[spectral:oas, recommended], [vacuum:owasp, all]] | ||
extends: | ||
- spectral:oas | ||
# - "@apisyouwonthate/style-guide" | ||
# - "@stoplight/spectral-owasp-ruleset" | ||
|
||
rules: | ||
# The API doesn't have these (yet?) | ||
# api-home: off | ||
# api-health: off | ||
|
||
oas3-missing-example: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.