nvuillam / vscode-groovy-lint

VSCode extension to lint , correct and format groovy and Jenkinsfile
https://nvuillam.github.io/vscode-groovy-lint/
MIT License
69 stars 18 forks source link

Invalid warning (UnnecessaryElseStatement-17) #252

Open uniks37 opened 2 weeks ago

uniks37 commented 2 weeks ago

When an if statement block ends with a return statement the else is unnecessary GroovyLint(UnnecessaryElseStatement-17) should not be shown. It does not make much sense.