You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Tricium CI system keeps pointing out that *.go files don't have a copyright header, even when they are in a testdata directory. Test data files sometimes need to be subtly invalid Go for a wide variety of reasons, and the CI system shouldn't try to make them look like production code.
The text was updated successfully, but these errors were encountered:
I think @rsc suggested that we disable the Tricium check entirely. Its spell-checker has a number of idiosyncrasies specific to Chromium that don't really apply to Go.
This change temporarily disables the tricium copyright check. It will
be enabled again when it can be customized to work with the Go project.
Updates golang/go#61214
Change-Id: Ia69bc19f34b9f253c393ebf3b5b81e10b7aef0b8
Reviewed-on: https://go-review.googlesource.com/c/build/+/508865
Reviewed-by: Heschi Kreinick <heschi@google.com>
Auto-Submit: Carlos Amedee <carlos@golang.org>
TryBot-Bypass: Carlos Amedee <carlos@golang.org>
The new Tricium CI system keeps pointing out that *.go files don't have a copyright header, even when they are in a testdata directory. Test data files sometimes need to be subtly invalid Go for a wide variety of reasons, and the CI system shouldn't try to make them look like production code.
The text was updated successfully, but these errors were encountered: