-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JS] [KeyVault] Copyright headers #3911
Conversation
256a891
to
aac9c2f
Compare
The header should be:
From: https://docs.opensource.microsoft.com/releasing/copyright-headers.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above. There's a standard header we should use (which also removes the mention of the LICENSE file)
aac9c2f
to
aa761c7
Compare
aa761c7
to
cfa417b
Compare
This is the latest one:
|
assert.ok( | ||
result.length > 4500, | ||
`Unexpected length (${result.length}) of buffer from backupSecret()` | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's fine, but general note - try to only do what the PR is about. I'm guessing this just slipped in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh this is probably VSCode auto-formatting stuff
Fixes #3783