Skip to content

Commit

Permalink
chore(ms-config): replace fake json comments with C-style comments
Browse files Browse the repository at this point in the history
Turns out that the MS Anonymizer tool actually does support json
comments, using C-style /* */ and // syntax.

I really thought I had tested that at some point.

So this commit just converts all the fake {"comment": "my text"} lines
into real comments. And adds a comment for every field skipped (i.e.
adds a comment for every field you wouldn't otherwise see because we
use an allow-list)

No functionality changes. (Except de-id might be faster now that it has
less fake rules to attempt to apply.)
  • Loading branch information
mikix committed Nov 10, 2023
1 parent 43436f1 commit b4ca9a8
Showing 1 changed file with 119 additions and 74 deletions.
Loading

0 comments on commit b4ca9a8

Please sign in to comment.