Skip to content

Commit

Permalink
Upgrade spectral ruleset version to 0.6.0 (#50)
Browse files Browse the repository at this point in the history
* Upgrade spectral version to be 0.5.0

* Use 0.6.0 spectral
  • Loading branch information
heqianwang authored May 8, 2024
1 parent 58e8f3d commit 8a56ee1
Showing 1 changed file with 1 addition 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://raw.githubusercontent.com/gsoft-inc/wl-api-guidelines/0.4.0/.spectral.yaml</OpenApiSpectralRulesetUrl>
<OpenApiSpectralRulesetUrl Condition="'$(OpenApiSpectralRulesetUrl)' == ''">https://raw.githubusercontent.com/gsoft-inc/wl-api-guidelines/0.6.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

0 comments on commit 8a56ee1

Please sign in to comment.