Skip to content

Commit

Permalink
Merge branch 'master' into feat/stdlib_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm authored Nov 5, 2024
2 parents ece75f9 + 367408a commit a752351
Show file tree
Hide file tree
Showing 666 changed files with 24,955 additions and 17,549 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.dockerignore
build/
Dockerfile
misc/
misc/*
!misc/loop/
!misc/autocounterd/
docker-compose.yml
tests/docker-integration/

Expand Down
97 changes: 0 additions & 97 deletions .github/CODEOWNERS

This file was deleted.

5 changes: 5 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ flag_management:
- type: patch
target: auto # Let's decrease this later.
threshold: 10

ignore:
- "gnovm/stdlibs/generated.go"
- "gnovm/tests/stdlibs/generated.go"
- "**/*.pb.go"
1 change: 1 addition & 0 deletions .github/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ linters:
- misspell # Misspelled English words in comments
- makezero # Finds slice declarations with non-zero initial length
- importas # Enforces consistent import aliases
- govet # same as 'go vet'
- gosec # Security problems
- gofmt # Whether the code was gofmt-ed
- goimports # Unused imports
Expand Down
Loading

0 comments on commit a752351

Please sign in to comment.