Skip to content

chore: Use monomial form when computing the quotient #224

chore: Use monomial form when computing the quotient

chore: Use monomial form when computing the quotient #224

Triggered via pull request August 20, 2024 22:26
Status Failure
Total duration 49s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Lint: internal/domain/domain.go#L75
G115: integer overflow conversion uint64 -> int64 (gosec)
Lint: internal/domain/domain.go#L164
G115: integer overflow conversion uint64 -> int64 (gosec)
Lint: internal/domain/domain.go#L216
G115: integer overflow conversion uint64 -> int (gosec)
Lint: internal/domain/domain_test.go#L113
G115: integer overflow conversion uint64 -> int64 (gosec)
Lint: internal/kzg/kzg_prove.go#L9
unnecessary leading newline (whitespace)
Lint: internal/kzg/kzg_prove.go#L17
error is not nil (line 15) but it returns nil (nilerr)
Lint: internal/poly/poly.go#L23
G115: integer overflow conversion uint64 -> int (gosec)
Lint: internal/poly/poly.go#L31
G115: integer overflow conversion uint64 -> int (gosec)
Lint
issues found
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/