You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The list of plugins must be specified in the [configuration file](./TeamTools.Li
16
16
## Parameters
17
17
18
18
| Parameter | Shortcut | Description |
19
-
|-----------|---------|-------------|
19
+
|-----------|----------|-------------|
20
20
|`--config`|`-c`| Path to the configuration file |
21
21
|`--dir`|`-d`| Path to a directory containing files to be linted |
22
22
|`--file`|`-f`| Path to a single file to be linted |
@@ -26,7 +26,7 @@ The list of plugins must be specified in the [configuration file](./TeamTools.Li
26
26
|`--severity`|`-s`| Minimum severity level of findings to include in results. Default is `info` (includes all errors, warnings, hints, and info messages). Use `warning` to include only errors and warnings, or `error` for only explicit errors. Severity levels for each rule are defined in the plugin configuration |
27
27
|`--basepath`|`-r`| Base path for files. If specified, relative paths (with this base) will be used in logs and output instead of absolute paths |
28
28
|`--verbose`|`-v`| Print detailed progress information to the console |
29
-
|`--withversion`|`-n`| Print the version number before outputting results. Unlike `--version`, this allows linting to proceed while also showing the current version in the log |
29
+
|`--with-version`|`-n`| Print the version number before outputting results. Unlike `--version`, this allows linting to proceed while also showing the current version in the log |
30
30
|`--diff`| — | Lint all files differing from the `master` branch. Works only when running on files in a Git repository (Git must be in `PATH`). Alternatively, compute the file list manually, save it to a text file, and pass its path via `--filelist`|
31
31
|`--quiet`| — | Do not return a non‑zero exit code if linting findings are detected |
32
32
|`--version`| — | Print the utility version without performing other operations |
@@ -48,7 +48,7 @@ The diff is calculated via Git against the main branch; only modified files are
0 commit comments