Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 369 Bytes

BUILD.md

File metadata and controls

9 lines (7 loc) · 369 Bytes

Make targets

The following make(1) targets can be invoked from everywhere:

  • make all build all the plugins
  • make clean remove all plugins
  • make test run the unit tests with coverage information
  • make lint run the code linter (requires golangci-lint
  • make lint-extra run the code linter with extra checks