Skip to content

Commit 1036140

Browse files
committed
chore: Tweak config
1 parent 0ec2e15 commit 1036140

5 files changed

Lines changed: 14 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"docker:pinDigests"
6+
],
7+
"pre-commit": {
8+
"enabled": true
9+
},
10+
"postUpdateOptions": [
11+
"gomodTidy"
12+
]
13+
}

.golangci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ linters:
2020
- errchkjson
2121
- errname
2222
- errorlint
23-
- execinquery
2423
- exhaustive
25-
- exportloopref
2624
- forbidigo
2725
- forcetypeassert
2826
- funlen
@@ -72,7 +70,6 @@ linters:
7270
- staticcheck
7371
- stylecheck
7472
- tagliatelle
75-
- tenv
7673
- testableexamples
7774
- testpackage
7875
- thelper

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ repos:
44
hooks:
55
- id: commitizen
66
- repo: https://github.com/golangci/golangci-lint
7-
rev: v1.54.1
7+
rev: v2.11.4
88
hooks:
99
- id: golangci-lint

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)