feat: implement gc command #1259
Annotations
2 errors and 2 warnings
Boilerplate Check (go):
pkg/v1/layout/gc_test.go#L7
[Go headers] reported by reviewdog 🐶
found mismatched boilerplate lines:
Raw Output:
pkg/v1/layout/gc_test.go:7: found mismatched boilerplate lines:
[]string{
strings.Join({
"//",
- " ",
+ ` `,
"http://www.apache.org/licenses/LICENSE-2.0",
}, ""),
"//",
"// Unless required by applicable law or agreed to in writing, so"...,
... // 2 identical elements
"// See the License for the specific language governing permissio"...,
"// limitations under the License.",
- "",
+ "package layout",
}
|
Boilerplate Check (go)
Process completed with exit code 1.
|
Boilerplate Check (go)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Boilerplate Check (sh)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|