[lucicfg] Force kwargs for optional parameters in validators.

This makes it safer to change them later and makes calls more
readable.

R=iannucci@chromium.org, tandrii@chromium.org

Change-Id: I2d07471ca9076d8708b5320200086b656777db72
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2136236
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
6 files changed
tree: 02fa9d67604d52f1daeffbcaa9c3a5b3806e921a
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. cmdrunner/
  7. common/
  8. config/
  9. cq/
  10. dm/
  11. examples/
  12. gce/
  13. grpc/
  14. hardcoded/
  15. led/
  16. logdog/
  17. luci_notify/
  18. lucicfg/
  19. lucictx/
  20. luciexe/
  21. machine-db/
  22. milo/
  23. mmutex/
  24. mp/
  25. resultdb/
  26. scheduler/
  27. server/
  28. starlark/
  29. swarming/
  30. tokenserver/
  31. tools/
  32. tumble/
  33. vpython/
  34. web/
  35. .gitallowed
  36. .gitattributes
  37. AUTHORS
  38. codereview.settings
  39. CONTRIBUTING.md
  40. CONTRIBUTORS
  41. LICENSE
  42. OWNERS
  43. PRESUBMIT.py
  44. README.md
  45. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.