[VOL-5310] yamllint cleanups for pre-commit script

api/bbsim/bbsim.yaml
configs/att-services.yaml
configs/bbsim.yaml
configs/dt-fttb-services.yaml
configs/dt-services.yaml
configs/pon-interfaces.yaml
configs/tt-services.yaml
-----------------------------
  o Added missing copyright notice.
  o adding missing '---' header at begin-of-file.
  o Line length:
    - Split long comments to fit width restriction.
    - Use '>' format char to wrap long urls and paths.
  o [Fix] "Mapping Values Are Not Allowed Here"
    - Common keys must be indented to the same line.
    - ie: workflow & services
  o Add missing newline at end-of-file.
  o Indent comments to match lines they document.

Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Change-Id: Ibaa909e60bcbb5a75acf9d2288bef2de1da257e4
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
7 files changed
tree: 866e6584ba7f1f31bfae0c2d46231346cca0aa27
  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.