Tobias Gruetzmacher

Results 252 comments of Tobias Gruetzmacher

Not really. It's in a "works for my usecase" state - I honestly don't have time to work on it currently. I'll be available to review and merge pull requests...

No, since you can install this plugin from the SonarQube marketplace, it doesn't need to be on Maven Central

Fair enough. Would BinTray be enough? AFAIR deploying to Maven Central is quite a process... Using BinTray is just a bunch of clicks :smile:

I added a BinTray repository for this plugin. Release artifacts can be downloaded from there: - Web: https://bintray.com/tobix/sonar-groovy/sonar-groovy - Maven repo: https://dl.bintray.com/tobix/sonar-groovy Future artifacts will be uploaded on release. I...

Since BinTray has been deprecated, new releases will be deployed to GitHub packages: https://github.com/Inform-Software/sonar-groovy/packages/800725 You probably need to add the repository somehow and then add: ```xml org.sonarsource.groovy sonar-groovy-plugin 1.7 ```

I have no idea what your problem is. Please describe what you did, how your project is setup. Maybe even share the SonarScanner context (SonarQube -> Project -> Administration ->...

You have method/class names exceeding half a megabyte in size? That sounds... improbable. Could you share a (redacted) sample of the XML file which causes this? (Probably a surefire report...

Since this is basically a frontend for [CodeNarc](https://github.com/CodeNarc/CodeNarc), I would suggest getting a rule like this implemented there, which can then be added here.

See #179 - Pull requests always welcome!