chore(ci): fix various findings from linter#75
Merged
Conversation
8c79c89 to
04c6612
Compare
Contributor
Author
|
Rest of the linting errors are fixed in #76 |
IceTDrinker
reviewed
Apr 14, 2026
Member
IceTDrinker
left a comment
There was a problem hiding this comment.
License year needs updating
@IceTDrinker reviewed 13 files and all commit messages, and made 2 comments.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on soonum).
LICENSE line 3 at r1 (raw file):
BSD 3-Clause Clear License Copyright © 2025 ZAMA.
2025 -> 2026
This is done to stick with the standard license used at Zama.
Now super-linter toolkit uses Zizmor. This fixes the findings found in CI.
04c6612 to
fc4080d
Compare
soonum
commented
Apr 15, 2026
Contributor
Author
soonum
left a comment
There was a problem hiding this comment.
Done
@soonum made 1 comment and resolved 1 discussion.
Reviewable status: 12 of 13 files reviewed, all discussions resolved (waiting on IceTDrinker).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This also change the license to BSD 3-Clause Clear to reflect what's being used at Zama.
Note that the Zizmor linter will be failling for now to the addition of a rule that would be too complicated to apply in our case. Luckily, this rule won't be matched by default on the next version of Zimor. By then the linter should turn back to green.
Issues regarding Javascript and dependencies would be fixed in a follow-up PR.
This change is