We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f839435 commit b4e8fccCopy full SHA for b4e8fcc
CONTRIBUTING.md
@@ -1,5 +1,5 @@
1
-## Contributing to ruleset library
+# Contributing to ruleset library
2
3
-### Updating version of spectral
+## Updating version of spectral
4
5
-Spectral version we use is controled by `./spectral/spectral.version` file.
+Spectral version we use is controled by `./spectral/exec/rhoasapi` file
spectral/exec/rhoasapi
@@ -1,6 +1,6 @@
#!/bin/bash
-spectral_version=`cat "../spectral.version"`
+spectral_version=6.4.2
spectral --version || npm install -g --force @stoplight/spectral-cli@$spectral_version
6
spectral/spectral.version
0 commit comments