-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Go][CI] Remove Go related lint configurations #43875
Copy link
Copy link
Closed
Milestone
Description
Describe the enhancement requested
After apache/arrow-go#1.
Lines 151 to 164 in 58415d1
| - repo: https://github.com/golangci/golangci-lint | |
| rev: v1.59.0 | |
| hooks: | |
| # no built-in support for multiple go.mod | |
| # https://github.com/golangci/golangci-lint/issues/828 | |
| - id: golangci-lint-full | |
| name: golangci-lint-full-arrow | |
| entry: bash -c 'cd go/arrow && golangci-lint run' | |
| - id: golangci-lint-full | |
| name: golangci-lint-full-parquet | |
| entry: bash -c 'cd go/parquet && golangci-lint run' | |
| - id: golangci-lint-full | |
| name: golangci-lint-full-internal | |
| entry: bash -c 'cd go/internal && golangci-lint run' |
Component(s)
Continuous Integration, Developer Tools, Go
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.