Skip to content

Commit

Permalink
Bump golangci-lint to v1.45 and format files with gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed May 4, 2022
1 parent 9ed7aa1 commit b208fe3
Show file tree
Hide file tree
Showing 51 changed files with 269 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Linting
uses: golangci/golangci-lint-action@v2
with:
version: v1.44
version: v1.45
args: --config=./.etc/golangci.yml ./...
- name: Check shadowing
run: |
Expand Down
2 changes: 1 addition & 1 deletion dh/sidh/internal/p434/arith_amd64_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p434/arith_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p434/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p434/curve.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p434/curve_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dh/sidh/internal/p434/fp2_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dh/sidh/internal/p503/arith_amd64_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p503/arith_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p503/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p503/curve.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dh/sidh/internal/p503/curve_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b208fe3

Please sign in to comment.