Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 26, 2024
1 parent 827d751 commit cf96618
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }}
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
golangci-lint --version
golangci-lint run
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:

cross:
name: Go
name: Build
runs-on: ${{ matrix.os }}
env:
CGO_ENABLED: 0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
# and so the load-generator cannot be installed with a simple `go install`
- name: Checkout Boulder repository (load-generator)
uses: actions/checkout@v4

with:
repository: letsencrypt/boulder
path: boulder
Expand Down
5 changes: 1 addition & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
run:
timeout: 9m

linters-settings:
gocyclo:
min-complexity: 25
Expand Down Expand Up @@ -36,7 +33,7 @@ linters:

issues:
exclude-use-default: true
max-per-linter: 0
max-issues-per-linter: 0
max-same-issues: 0
# The following excludes are considered false-positives/known-OK.
exclude-rules:
Expand Down

0 comments on commit cf96618

Please sign in to comment.