| commit | f4d38759600c2f308c4d4c79cfd9b4215d56b34a | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Jan 22 21:59:59 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jan 28 15:44:58 2025 +0000 |
| tree | ea31800f2baa3bd6a6db28ca6d106abdf103058c | |
| parent | 3eb7d033642ebaaddccde287d5ad3c8c59f7a576 [diff] |
treewide: Unmark ENUM_ZERO_VALUE_SUFFIX rule exception as todo We don't really have a policy for these, they are chosen arbitrarily. Change-Id: I705ad309c2a36d794665de2482441858850a1893 Reviewed-on: https://review.monogon.dev/c/monogon/+/3805 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
diff --git a/cloud/agent/api/BUILD.bazel b/cloud/agent/api/BUILD.bazel index e07df2d..48139f2 100644 --- a/cloud/agent/api/BUILD.bazel +++ b/cloud/agent/api/BUILD.bazel
@@ -8,7 +8,7 @@ except_rules = [ "PACKAGE_VERSION_SUFFIX", "MESSAGE_PASCAL_CASE", - "ENUM_ZERO_VALUE_SUFFIX", # TODO: evaluate correctness + "ENUM_ZERO_VALUE_SUFFIX", ], protos = [":api_proto"], use_rules = [