We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9fb4b commit bee7839Copy full SHA for bee7839
tensorflow_metadata/proto/v0/anomalies.proto
@@ -52,6 +52,7 @@ message AnomalyInfo {
52
repeated DiffRegion diff_regions = 4;
53
54
// Next ID: 84
55
+ // LINT.IfChange
56
enum Type {
57
UNKNOWN_TYPE = 0;
58
// Multiple reasons for anomaly.
@@ -240,6 +241,7 @@ message AnomalyInfo {
240
241
// corresponding stats are not available.
242
STATS_NOT_AVAILABLE = 83;
243
}
244
+ // LINT.ThenChange(//tensorflow_data_validation/g3doc/anomalies.md)
245
// Reason for the anomaly. There may be more than one reason,
246
// e.g. the field might be missing sometimes AND a new value is
247
// present.
0 commit comments