Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gnolang/gno into chore/remove-nat…
Browse files Browse the repository at this point in the history
…ive-values
  • Loading branch information
Your Name committed Feb 25, 2025
2 parents 5ba1914 + c433aa0 commit d7d1800
Show file tree
Hide file tree
Showing 679 changed files with 19,362 additions and 6,118 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Describe your issue in as much detail as possible here

### Your environment

* Go version (example: go1.22.4)
* Go version (example: go1.23.6)
* OS and CPU architecture (example: linux/amd64)
* Gno commit hash causing the issue (example: f24690e7ebf325bffcfaf9e328c3df8e6b21e50c)

Expand All @@ -37,4 +37,4 @@ Please paste any logs here that demonstrate the issue, if they exist

### Proposed solution

If you have an idea of how to fix this issue, please write it down here, so we can begin discussing it
If you have an idea of how to fix this issue, please write it down here, so we can begin discussing it
15 changes: 3 additions & 12 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ coverage:
round: down
precision: 2
status:
project:
patch: # new lines
default:
target: auto
threshold: 5 # Let's decrease this later.
base: parent
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
patch:
default:
target: auto
threshold: 5 # Let's decrease this later.
target: 80
threshold: 10
base: auto
if_no_uploads: error
if_not_found: success
Expand Down
8 changes: 4 additions & 4 deletions .github/golangci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
run:
concurrency: 8
timeout: 10m
issue-exit-code: 1
issues-exit-code: 1
tests: true
skip-dirs-use-default: true
modules-download-mode: readonly
allow-parallel-runners: false
go: ""

output:
uniq-by-line: false
path-prefix: ""
sort-results: true

Expand Down Expand Up @@ -55,7 +53,7 @@ linters-settings:
- G306 # Expect WriteFile permissions to be 0600 or less
- G115 # Integer overflow conversion, no solution to check the overflow in time of convert, so linter shouldn't check the overflow.
stylecheck:
checks: [ "all", "-ST1022", "-ST1003" ]
checks: ["all", "-ST1022", "-ST1003"]
errorlint:
asserts: false

Expand All @@ -78,6 +76,8 @@ issues:
max-same-issues: 0
new: false
fix: false
exclude-dirs-use-default: true
uniq-by-line: false

exclude-rules:
- path: _test\.go
Expand Down
Loading

0 comments on commit d7d1800

Please sign in to comment.