VOL-5239 - Fix latent linting failures

[VOL-5313] - Build timed out after 20 minutes, failing.

lf/include.mk
lf/local/include.mk
lf/onf-make/include.mk
----------------------
  o Add repo:onf-make as a git submodule beneath lf/.
  o Gain access to the latest make lint-{doc8,go,shell} targets.
  o Begin deprecating dependency on local makefiles/ directory.
  o Initially adding for interactive use.

Makefile
--------
  o Added temporary user conditional for repo:onf-make transition.
  o Intended for on-demand, interactive library loading.

Change-Id: Idd784956ff28a30dc29ff203af29453a38296b0e
Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
2 files changed
tree: 02979b8dcd7e0d99fc94242eb25793a5473d28e5
  1. .dockerignore
  2. .gitignore
  3. .gitmodules
  4. .gitreview
  5. .golangci.yml
  6. .pre-commit-config.yaml
  7. CODE_OF_CONDUCT.md
  8. Dockerfile.builder.dockerignore
  9. LICENSE.md
  10. Makefile
  11. README.md
  12. TODO.md
  13. VERSION
  14. api/
  15. build/
  16. cmd/
  17. config.mk
  18. configs/
  19. docs/
  20. examples/
  21. go.mod
  22. go.sum
  23. internal/
  24. lf/
  25. makefiles/
  26. requirements.txt
  27. tests/
  28. tools/
  29. vendor/
README.md

BroadBand Simulator (BBSim)

Build

BBSim is managed via a Makefile, plese run the following command to display all the available targets

make help

Documentation

More advanced documentation lives in here.

You can generate and browse the documentation by executing:

make docs

This project structure is based on golang-standards/project-layout.