Giter Site home page Giter Site logo

Comments (2)

lornajane avatar lornajane commented on May 26, 2024

I didn't understand your remark about why per-api definitions wouldn't work but there are a few different approaches you could try:

  • write a separate config file for each of the different validations you want to use, and then supply it with --config when you run the lint command (it sounds like you are doing it this way already, and I think it's a good approach)
  • use custom plugin configuration to define easily reusable rulesets

Write an external function to work out which ruleset to use, and then use redocly to do the linting. Let us know how you get on?

from redocly-cli.

marianobntz avatar marianobntz commented on May 26, 2024

Hello, sorry for the late response... 😃
What I want to achieve is:

  • Depending of a specific value INSIDE the json file (info.x-state) (draft,development,stable,deprecated) I want to run different validations.
  • In my validation script I read the value from the file and use different config files
  • In the Visual Studio Code plugin there is a single redocly.yaml file with a single definition, so I cannot run any script...
  • Built-in validations do not support adding a where clause, so I cannot change them dynamically (fixing this could be a solution)

What I was suggesting is to allow some plugin extension to define a list of extensions by running some js code. This way I could use a single initial config that would run different extends based on the file.

Thanks!

from redocly-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.