Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.golangci.yml- Disallow OSS -> x-pack dependencies
According to LICENSE.txt, the Beats project uses both Apache 2.0 (OSS) and Elastic licenses. The OSS code may not depend on the Elastic License code otherwise the OSS-only binaries become tainted. This makes golangci-lint emit warnings for OSS code that depends on x-pack code. Closes elastic#38719
- Loading branch information