Gilles Querret
Gilles Querret
Yes, `progPerc` attribute is not implemented in multi-thread PCTCompile. I'll leave the issue open in case anybody would like to work on the implementation. I'd say it's quite easy to...
@tom9k Yes, JSON outputType attribute is not supported in multi-thread compilation. The only way is to parse the stdout channel. Is that for a background process ?
I don't work with Azure DevOps so I can't give detailed instructions, but the idea is to notify the developers in case of build failure. All CI servers can be...
Excellent idea :-)
Reproduced !
Rule applies to variables / properties for now, not to methods
The custom Groovy rule is the best way if you don't want to create a full plugin. Pseudo-code is: ```java for (TreeParserSymbolScope scope : unit.getRootSymbolScope().getChildScopesDeep()) { for (Parameter p :...
Not a Docker image, but a standalone JAR file: https://dl.rssw.eu/standalone-groovy-rule.jar Example usage: ``` java -jar standalone-groovy-rule.jar --databases dump/sp2k.df,dump/empty.df:newdb --aliases sp2k,foobar;newdb,db2 --propath src/classes,src/procedures,src/tests --charset utf-8 --groovy file.groovy --input src/procedures/sample/test1.p ``` Source...
Sorry for the delay 😢 I'll provide more detailed instructions today.
> The example with standalone-groovy-ruile.jar keeps saying nothing but Error: Could not find or load main class eu.rssw.sonar.GroovyRule. The JAR file has been updated on the server, please download again....