Vojtěch Sigler

Results 5 issues of Vojtěch Sigler

Hard to say if it is really caused by the plugin or some platform change, however, I started getting an issue that whenever I switch from Idea to another application...

This might be a bug or it might be an unimplemented feature. However, I cannot seem to be able to configure detekt rules. Example: https://detekt.github.io/detekt/complexity.html#toomanyfunctions This rule has multiple thesholds...

support

It would be great if the rule descriptions insider sonarqube were better than just a single sentence. **For example what is on the website:** https://detekt.github.io/detekt/complexity.html#complexcondition > ComplexCondition Complex conditions make...

help wanted
feature
documentation

When I import a library in my raml file using the "uses" tag: ```raml #%RAML 1.0 Library types: CommonType: type: "object" properties: name: type: "string" ``` ```raml ... uses: commonTypes:...

RAML 1.0

The RAML spec says, that when subclassing (suptyping), it is possible to override property definitions by narrowing them (e.g. adding facets or changing type - Number to Integer, etc.). There...