opencode-sonarqube 1.2.4 → 1.2.5
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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20729,6 +20729,7 @@ Git operation completed with changes. Consider running:
|
|
|
20729
20729
|
}
|
|
20730
20730
|
}, "event"),
|
|
20731
20731
|
"tool.execute.before": safeAsync(async (input, output) => {
|
|
20732
|
+
safeLog(`=== TOOL.EXECUTE.BEFORE HOOK CALLED === tool=${input.tool}`);
|
|
20732
20733
|
if (input.tool === "sonarqube") {
|
|
20733
20734
|
await loadPluginConfig();
|
|
20734
20735
|
}
|