Adarsh Ramamurthy

Results 9 issues of Adarsh Ramamurthy

We use JSON based Swagger files in our project and it's quite common to have lines such as: ```json "url": { "type": "string", "pattern": "^:https?:\/\/[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]$", "description": "A URL" } ```...

In my project, we use the JSON config for ESLint and using it seems impossible to set `svelte3/ignore-styles` to true. ```json "settings": { "svelte3/ignore-styles": true } ``` Gives me: `TypeError:...

enhancement

We use Jenkins to build each feature branch using the multi-branch pipeline. It would be great if this extension could automatically discover new branch jobs as and when they're created...

help wanted
CI server specific
service-worker

I am trying to use the `colored-test-output` plugin but when I add it to my buid.gradle I get the below compilation error. ``` $ gradle test FAILURE: Build failed with...

If I have a regex such as `step\[(?\d+)]`, the tool prints "This regex is vulnerable" when in fact it has failed to parse the expression. This can be seen by...

Is there anyway to make the license checks a bit more relaxed? For instance, ignore parts of the template based on some condition / expression. We have a large number...

type: enhancement

### What would you like to be added? It would be far more readable to have container level environment variables displayed in tabular format instead of the current flow design...

kind/feature
priority/important-longterm

Given the below OAS 3 spec ```yml paths: /survey: post: requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: name: type: string age: type: integer required: - name ``` The...