Skip to content

Commit

Permalink
GH-43875: [Go][CI] Remove Go related lint configurations (#44144)
Browse files Browse the repository at this point in the history
### Rationale for this change

The Go implementation is moving to apache/arrow-go from go/ in apache/arrow.

### What changes are included in this PR?

Removing the linting configuration

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* GitHub Issue: #43875

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Sep 18, 2024
1 parent c067d9b commit 7d33f93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
29 changes: 0 additions & 29 deletions .golangci.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,17 +168,3 @@ repos:
'--disable',
'dangling-hyphen,line-too-long',
]
- 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'

0 comments on commit 7d33f93

Please sign in to comment.