isabella232 / godel-okgo-asset-extimport

Packages the go-extimport check as an asset for the godel check plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

The extimport check was originally developed to ensure the consistency of the vendor directory for projects. This was necessary when the vendor directory was managed manually or using basic tools such as govendor. However, tools such as dep and the support for modules in Go have made the functionality provided by this tool unnecessary. As such, active development on this project has ended.

godel-okgo-asset-extimport

godel-okgo-asset-extimport is an asset for the gödel okgo plugin. It provides the functionality of the go-extimport check.

This check verifies that a project does not import any packages that are external to the project (not part of the project or its vendor directories).

About

Packages the go-extimport check as an asset for the godel check plugin

License:Apache License 2.0


Languages

Language:Go 74.6%Language:Shell 25.4%