This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 97e3329f chore(ci): drop backup golangci configuration (#649)
97e3329f is described below
commit 97e3329f788d28d86de18a545afceb2b002bc16c
Author: ferhat elmas <[email protected]>
AuthorDate: Thu Dec 11 20:51:49 2025 +0100
chore(ci): drop backup golangci configuration (#649)
Signed-off-by: ferhat elmas <[email protected]>
---
.golangci.bck.yml | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/.golangci.bck.yml b/.golangci.bck.yml
deleted file mode 100644
index bdab05cc..00000000
--- a/.golangci.bck.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
----
-linters:
- disable-all: true
- enable:
- - gofmt
- - goimports
- - nlreturn
- - perfsprint
- - gofumpt
- - misspell
\ No newline at end of file