Skip to content

Commit 3daae42

Browse files
committed
WIP
1 parent 9dfd037 commit 3daae42

File tree

14 files changed

+735
-1995
lines changed

14 files changed

+735
-1995
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Lint
1616
run: |
17-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 run
17+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3 run

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ linters:
1313
# Custom linters
1414
- asasalint
1515
- bodyclose
16+
- copyloopvar
1617
- contextcheck
1718
- dupl
1819
- dupword
1920
- durationcheck
2021
- errchkjson
2122
- exhaustive
22-
- exportloopref
2323
- gci
2424
- gocheckcompilerdirectives
2525
- gochecknoinits
@@ -52,6 +52,6 @@ linters-settings:
5252
sections:
5353
- standard
5454
- default
55-
- prefix(github.com/nussjustin/feature)
55+
- prefix(github.com/nussjustin/scache)
5656
- blank
5757
- dot

README.md

Lines changed: 62 additions & 254 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)