Skip to content

Commit

Permalink
Remove comment. Add LEGACY_NAMES tag for the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Jul 16, 2024
1 parent 6fbec80 commit 4d1a124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/santasyncservice/syncv1.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// LINT: LEGACY_NAMES

syntax = "proto3";

package santa.sync.v1;
Expand Down Expand Up @@ -67,7 +69,7 @@ enum SyncType {
normal = 1 [deprecated=true];

// Delete all non-transitive, previously received rules before applying the newly received rules.
CLEAN = 2; // [json_name="CLEAN"],
CLEAN = 2;
clean = 2 [deprecated=true];

// Delete all previously received rules before applying the newly received rules.
Expand Down

0 comments on commit 4d1a124

Please sign in to comment.