@diffpal/diffpal-linux-arm64 0.1.29 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/bin/diffpal +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -345,9 +345,9 @@ Use `feedback` for the normal user-facing shape:
|
|
|
345
345
|
|
|
346
346
|
| Mode | Behavior |
|
|
347
347
|
| --- | --- |
|
|
348
|
-
| `summary` |
|
|
349
|
-
| `balanced` | Summary plus
|
|
350
|
-
| `inline` |
|
|
348
|
+
| `summary` | Summary plus non-file artifacts such as SARIF, Code Quality, or status. No file-level findings are published. |
|
|
349
|
+
| `balanced` | Summary plus file-level findings for the platform; non-blocking findings stay visible but do not become merge blockers. |
|
|
350
|
+
| `inline` | Same publication set as `balanced`, with more permissive file-level placement where the platform supports it. |
|
|
351
351
|
|
|
352
352
|
Use `summary-overview: false` or `--summary-overview=false` if you do not want
|
|
353
353
|
the semantic change overview in the summary.
|
package/bin/diffpal
CHANGED
|
Binary file
|
package/package.json
CHANGED