Sorin Sbarnea

Results 499 issues of Sorin Sbarnea

There are 3 tests that fail on MacOS, and I even created https://github.com/adrienverge/yamllint/pull/303 to prove that would reproduce on Travis, if we would run at least one job using MacOS....

I first want to thank @adrienverge for writing the yamllint as this proved to be very useful tool for assuring style consistency and preventing various common bugs. I used that...

In order to be able to perform a good linting of YAML files, yamllint needs to know the nature of the files. For examples https://github.com/adrienverge/yamllint/pull/288 enables sorting of map keys,...

While the error causing the exception seems to be caused by https://github.com/adrienverge/yamllint/issues/218 what makes it much worse is the it produces an output which makes impossible to identify the filename...

I would like to propose making `yamllint` easier to run by not requiring file/dir arguments, defaulting to the first folder containing the `.yamllint` file. This behavior is already common among...

I am trying to dump JSON data into YAML in a way that makes is very easy to read by humans (as this goes to some logs). Some of the...

### Is your enhancement related to a problem? Please describe. At this moment fileMatch pattern is suffering from several limitations that make it impossible to write patterns that correctly identify...

enhancement

vscode-yaml is my favourite vscode plugin and I find it extreamly useful for validating various yaml files and ansible ones in particular. Still, there is one aspect which is not...

enhancement

### Is your enhancement related to a problem? Please describe. Based on discussions from https://github.com/redhat-developer/yaml-language-server/issues/310#issuecomment-784198962 we identified a real need to disclose the schema that was used for a particular...

enhancement

JSON schemas can contain addition information that is not part of the schema itself, this means that they can also expose which customTags are expected to be found on a...

enhancement