The following make(1)
targets can be invoked from everywhere:
make all
build all the pluginsmake clean
remove all pluginsmake test
run the unit tests with coverage informationmake lint
run the code linter (requires golangci-lintmake lint-extra
run the code linter with extra checks