mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
hack: introduce validate/no-module
Moby is not a Go module; to prevent anyone from mistakenly trying to convert it to one before we are ready, introduce a check (usable in CI and locally) for a go.mod file. This is preferable to trying to .gitignore the file as we can ensure that a mistakenly created go.mod is surfaced by Git-based tooling and is less likely to surprise a contributor. Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
This commit is contained in:
committed by
Bjorn Neergaard
parent
a449f77774
commit
25c3421802
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,8 +13,6 @@ thumbs.db
|
||||
.bashrc
|
||||
.editorconfig
|
||||
|
||||
# top-level go.mod is not meant to be checked in
|
||||
/go.mod
|
||||
# build artifacts
|
||||
bundles/
|
||||
cli/winresources/*/*.syso
|
||||
|
||||
Reference in New Issue
Block a user