File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - run : go vet ./...
2020 - run : go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.0 run
2121 - run : ./scripts/check-go-coverage.sh
22- - run : go run github.com/dutifuldev /slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
23- - run : go run github.com/dutifuldev /slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
24- - uses : dutifuldev /slophammer@main
22+ - run : go run github.com/osolmaz /slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
23+ - run : go run github.com/osolmaz /slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
24+ - uses : osolmaz /slophammer@main
2525 with :
2626 checker : go
2727 version : 0.4.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ These instructions apply to this repository.
55## Slophammer Standards
66
77This Go repository follows the Slophammer guidance from
8- ` dutifuldev /slophammer/docs/AGENT_ENTRYPOINT.md` .
8+ ` osolmaz /slophammer/docs/AGENT_ENTRYPOINT.md` .
99
1010## Local Checks
1111
@@ -17,9 +17,9 @@ go test -coverprofile=coverage.out ./...
1717go vet ./...
1818go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.0 run
1919./scripts/check-go-coverage.sh
20- go run github.com/dutifuldev /slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
21- go run github.com/dutifuldev /slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
22- go run github.com/dutifuldev /slophammer/go/cmd/slophammer-go@v0.4.0 check . --coverage-profile coverage.out --only go.coverage-required --only go.dry-required --only go.crap-required
20+ go run github.com/osolmaz /slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
21+ go run github.com/osolmaz /slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
22+ go run github.com/osolmaz /slophammer/go/cmd/slophammer-go@v0.4.0 check . --coverage-profile coverage.out --only go.coverage-required --only go.dry-required --only go.crap-required
2323git diff --check
2424```
2525
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ archive, or any Git checkout that `git push` can update.
1111## Install
1212
1313``` sh
14- go install github.com/dutifuldev /xtap-sync/cmd/xtap-sync@latest
14+ go install github.com/osolmaz /xtap-sync/cmd/xtap-sync@latest
1515```
1616
1717From a local checkout:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strings"
1212 "time"
1313
14- "github.com/dutifuldev /xtap-sync/internal/syncer"
14+ "github.com/osolmaz /xtap-sync/internal/syncer"
1515)
1616
1717const (
Original file line number Diff line number Diff line change 1- module github.com/dutifuldev /xtap-sync
1+ module github.com/osolmaz /xtap-sync
22
33go 1.26
You can’t perform that action at this time.
0 commit comments