File tree Expand file tree Collapse file tree 5 files changed +52
-2
lines changed Expand file tree Collapse file tree 5 files changed +52
-2
lines changed Original file line number Diff line number Diff line change 1+ version : " 2"
2+ run :
3+ allow-parallel-runners : true
4+ linters :
5+ default : none
6+ enable :
7+ - copyloopvar
8+ - dupl
9+ - errcheck
10+ - ginkgolinter
11+ - goconst
12+ - gocyclo
13+ - govet
14+ - ineffassign
15+ - misspell
16+ - nakedret
17+ - prealloc
18+ - revive
19+ - staticcheck
20+ - unconvert
21+ - unparam
22+ - unused
23+ settings :
24+ revive :
25+ rules :
26+ - name : comment-spacings
27+ exclusions :
28+ generated : lax
29+ rules :
30+ - linters :
31+ - dupl
32+ path : internal/*
33+ paths :
34+ - third_party$
35+ - builtin$
36+ - examples$
37+ formatters :
38+ enable :
39+ - gofmt
40+ - goimports
41+ exclusions :
42+ generated : lax
43+ paths :
44+ - third_party$
45+ - builtin$
46+ - examples$
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ includes:
99 NESTED_MODULES : ' '
1010 API_DIRS : ' '
1111 MANIFEST_OUT : ' '
12- CODE_DIRS : ' '
12+ CODE_DIRS : ' {{.ROOT_DIR}}/cmd/... '
1313 COMPONENTS : ' bootstrapper'
1414 REPO_URL : ' https://github.com/openmcp-project/bootstrapper'
1515 GENERATE_DOCS_INDEX : " true"
File renamed without changes.
Original file line number Diff line number Diff line change 1+ <!-- Do not edit this file, as it is auto-generated!-->
2+ # Documentation Index
3+
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ module github.com/openmcp-project/bootstrapper
22
33go 1.24.5
44
5+ require github.com/spf13/cobra v1.9.1
6+
57require (
68 github.com/inconshreveable/mousetrap v1.1.0 // indirect
7- github.com/spf13/cobra v1.9.1 // indirect
89 github.com/spf13/pflag v1.0.7 // indirect
910)
You can’t perform that action at this time.
0 commit comments