Groovy (Beta)
info
Qwiet uses CodeNarc to deliver this feature. codenarc is licensed under the Apache License 2.0
This article shows you how to analyze your Groovy code using preZero.
Requirements
See Prerequisites for more information.
Analyzing your Groovy code
To analyze your Groovy code, run:
sl analyze --app <name> --groovy [<path>]
| Parameter | Description |
|---|---|
--app <name> | The name of the project/module to be analyzed (maximum length: 100 characters) |
--groovy | The flag identifying the code as Groovy |
<path> | The path to the code to be analyzed |
See the CLI reference for additional sl analyze options.
Tagging results with your branch name
To include the branch name in your preZero results, allowing you to distinguish one set of results from another, add the following to your invocation of Qwiet:
sl analyze --tag branch=`git symbolic-ref --short HEAD`
If you're working in a GitHub environment (e.g., GitHub Actions), you can also use --tag branch=${{ github.head_ref }} to populate your branch name.
If you don't provide a branch name, but Qwiet detects one available in your environment, it will use that name.