blob: 8051090a5b16ffed14e2f030a235a4fda8cc50f5 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.validate_lucicfg;
message Options {
// Starlark file paths to validate.
repeated string starlark_paths = 1;
// CIPD ensure file containing the pinned lucicfg tool version, relative to
// the root of the remote repository.
string lucicfg_ensure_file = 2;
// Relative directory within the checkout containing generated files for all
// projects.
string generated_dir = 3;
}