Skip to content

Add Generics support to -with-resets #225

Add Generics support to -with-resets

Add Generics support to -with-resets #225

Re-run triggered November 22, 2024 12:17
Status Success
Total duration 5m 8s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 4 warnings
test (ubuntu-latest, stable): pkg/moq/testpackages/rangenum/rangenum.go#L5
exported function DoMagic should have comment or be unexported
test (ubuntu-latest, stable): pkg/moq/testpackages/rangenum/rangenum.go#L11
exported type Magician should have comment or be unexported
test (ubuntu-latest, stable): pkg/moq/testpackages/typealias/typealias.go#L7
exported type Example should have comment or be unexported
test (ubuntu-latest, stable): pkg/moq/testpackages/typealiastwo/typealiastwo.go#L5
exported type AliasType should have comment or be unexported
test (ubuntu-latest, stable): pkg/moq/testpackages/typealiastwo/typealiastwo.go#L7
exported type GenericAliasType should have comment or be unexported
test (ubuntu-latest, stable): pkg/moq/testpackages/typealiastwo/internal/typealiasinternal/typealiasinternal.go#L3
comment on exported type MyInternalType should be of the form "MyInternalType ..." (with optional leading article)
test (ubuntu-latest, stable): pkg/moq/testpackages/typealiastwo/internal/typealiasinternal/typealiasinternal.go#L8
exported type MyGenericType should have comment or be unexported
test (ubuntu-latest, stable): pkg/moq/testpackages/withresets/withresets.go#L20
exported type ResetStoreGeneric should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/rangenum/rangenum.go#L5
exported function DoMagic should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/rangenum/rangenum.go#L11
exported type Magician should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/typealias/typealias.go#L7
exported type Example should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/typealiastwo/typealiastwo.go#L5
exported type AliasType should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/typealiastwo/typealiastwo.go#L7
exported type GenericAliasType should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/typealiastwo/internal/typealiasinternal/typealiasinternal.go#L3
comment on exported type MyInternalType should be of the form "MyInternalType ..." (with optional leading article)
test (ubuntu-latest, oldstable): pkg/moq/testpackages/typealiastwo/internal/typealiasinternal/typealiasinternal.go#L8
exported type MyGenericType should have comment or be unexported
test (ubuntu-latest, oldstable): pkg/moq/testpackages/withresets/withresets.go#L20
exported type ResetStoreGeneric should have comment or be unexported
test (macos-latest, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (ubuntu-latest, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (ubuntu-latest, oldstable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (windows-latest, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/