Skip to content

Commit 864573c

Browse files
committed
RM-35685: Added scmtool information to project creation, removed SemVer dependency and implemented own version check
1 parent 8bad447 commit 864573c

12 files changed

Lines changed: 171 additions & 2802 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The following options allow to instrument TICSQServer more specifically:
161161
| `nocalc` | Comma-separated list of [metrics](https://ticsdocumentation.tiobe.com/latest/docs/index.html#doc=user/clientoptions.html%23MetricAliases) to not be calculated. | - |
162162
| `norecalc` | Comma-separated list of [metrics](https://ticsdocumentation.tiobe.com/latest/docs/index.html#doc=user/clientoptions.html%23MetricAliases) to not be recalculated. | - |
163163
| `branchname` | Name of the branch in TICS. | - |
164-
| `createProject` | Create the project in the TICS Viewer if it does not exist already. | `false` |
164+
| `createProject` | Create the project in the TICS Viewer if it does not exist already (requires a viewer of version 2026.1.2 or higher). | `false` |
165165
| `showAnnotationSeverity` | Show TICS violations with at least the specified severity in the changed files window (will also show up in `outputs.annotations`). Options are `blocking`, `blocking-after` or `issue`. This feature requires TICS Viewer 2025.1.8 or later. | `blocking-after` |
166166
| `tmpdir` | Location to store debug information. | - |
167167

0 commit comments

Comments
 (0)