In pkg/app/app.go, the function ValidateComposeFile() has an unused parameter "cmd *cobra.Command". This commit removes that parameter from the function and the callers of the function. |
||
|---|---|---|
| .. | ||
| app | ||
| kobject | ||
| loader | ||
| testutils | ||
| transformer | ||
| utils | ||
In pkg/app/app.go, the function ValidateComposeFile() has an unused parameter "cmd *cobra.Command". This commit removes that parameter from the function and the callers of the function. |
||
|---|---|---|
| .. | ||
| app | ||
| kobject | ||
| loader | ||
| testutils | ||
| transformer | ||
| utils | ||