spectral-intellij-plugin icon indicating copy to clipboard operation
spectral-intellij-plugin copied to clipboard

IntelliJ plugin for continuous OpenAPI linting using the Spectral OpenAPI linter

Results 14 spectral-intellij-plugin issues
Sort by recently updated
recently updated
newest added

Bumps org.jetbrains.intellij from 1.15.0 to 1.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.intellij&package-manager=gradle&previous-version=1.15.0&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Currently, the IDE inspections are triggered indiscriminately on any YAML/JSON files matching the configured file pattern. Unfortunately, this leads to inspections on files that are not OpenAPI specifications. This makes...

enhancement

i extend a ruleset which is located in a private repository. Unfortunately the ruleset is not applied. i guess - as i couldn't find an error - that it simply...

When I extends OWASP ruleset ( "node_modules/@stoplight/spectral-owasp-ruleset/dist/ruleset.js" ) I have the following error. It works fine with spectral-cli and VScode plugin. kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 65536: Unexpected trailing...