File tree Expand file tree Collapse file tree 5 files changed +28
-28
lines changed Expand file tree Collapse file tree 5 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -86,35 +86,35 @@ tasks:
86
86
fix :
87
87
desc : Make automated corrections to the project's files
88
88
deps :
89
- - task : general:format-prettier
90
- - task : general:correct-spelling
91
- - task : go:generate
92
- - task : go:fix
93
- - task : go:fix
94
- vars :
95
- GO_MODULE_PATH : ./docsgen
96
- - task : go:fix
97
- vars :
98
- GO_MODULE_PATH : ./ruledocsgen
99
- - task : go:format
100
- - task : go:format
101
- vars :
102
- GO_MODULE_PATH : ./docsgen
103
- - task : go:format
104
- vars :
105
- GO_MODULE_PATH : ./ruledocsgen
89
+ # - task: general:format-prettier
90
+ # - task: general:correct-spelling
91
+ # - task: go:generate
92
+ # - task: go:fix
93
+ # - task: go:fix
94
+ # vars:
95
+ # GO_MODULE_PATH: ./docsgen
96
+ # - task: go:fix
97
+ # vars:
98
+ # GO_MODULE_PATH: ./ruledocsgen
99
+ # - task: go:format
100
+ # - task: go:format
101
+ # vars:
102
+ # GO_MODULE_PATH: ./docsgen
103
+ # - task: go:format
104
+ # vars:
105
+ # GO_MODULE_PATH: ./ruledocsgen
106
106
- task : go:tidy
107
107
- task : go:tidy
108
108
vars :
109
109
GO_MODULE_PATH : ./docsgen
110
110
- task : go:tidy
111
111
vars :
112
112
GO_MODULE_PATH : ./ruledocsgen
113
- - task : markdown:fix
114
- - task : python:format
115
- - task : shell:format
116
- vars :
117
- SCRIPT_PATH : etc/install.sh
113
+ # - task: markdown:fix
114
+ # - task: python:format
115
+ # - task: shell:format
116
+ # vars:
117
+ # SCRIPT_PATH: etc/install.sh
118
118
119
119
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-workflows-task/Taskfile.yml
120
120
ci:validate :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ require (
84
84
github.com/spf13/afero v1.10.0 // indirect
85
85
github.com/spf13/cast v1.5.1 // indirect
86
86
github.com/spf13/jwalterweatherman v1.1.0 // indirect
87
- github.com/spf13/pflag v1.0.7 // indirect
87
+ github.com/spf13/pflag v1.0.10 // indirect
88
88
github.com/spf13/viper v1.17.0 // indirect
89
89
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
90
90
github.com/stretchr/testify v1.11.1 // indirect
Original file line number Diff line number Diff line change @@ -1230,8 +1230,8 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
1230
1230
github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
1231
1231
github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1232
1232
github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1233
- github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
1234
- github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1233
+ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
1234
+ github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1235
1235
github.com/spf13/viper v1.2.1 /go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI =
1236
1236
github.com/spf13/viper v1.3.1 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
1237
1237
github.com/spf13/viper v1.3.2 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ require (
81
81
github.com/spf13/cast v1.5.1 // indirect
82
82
github.com/spf13/cobra v1.9.1 // indirect
83
83
github.com/spf13/jwalterweatherman v1.1.0 // indirect
84
- github.com/spf13/pflag v1.0.7 // indirect
84
+ github.com/spf13/pflag v1.0.10 // indirect
85
85
github.com/spf13/viper v1.17.0 // indirect
86
86
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
87
87
github.com/subosito/gotenv v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -1234,8 +1234,8 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
1234
1234
github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
1235
1235
github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1236
1236
github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1237
- github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
1238
- github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1237
+ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk =
1238
+ github.com/spf13/pflag v1.0.10 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1239
1239
github.com/spf13/viper v1.2.1 /go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI =
1240
1240
github.com/spf13/viper v1.3.1 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
1241
1241
github.com/spf13/viper v1.3.2 /go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s =
You can’t perform that action at this time.
0 commit comments