We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14eb63 commit 75e0931Copy full SHA for 75e0931
.github/renovate.json
@@ -2,6 +2,8 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:base",
5
+ "github>kachick/renovate-config-dprint#1.3.0",
6
+ "github>kachick/renovate-config-dprint:self",
7
":prConcurrentLimit20",
8
":preserveSemverRanges",
9
":semanticPrefixChore"
.lefthook.yaml
@@ -32,12 +32,7 @@ pre-commit:
32
update-tools:
33
commands:
34
dprint:
35
- priority: 1
36
run: wrun generate github dprint >.lefthook/wrun-args-dprint.txt
37
- dprint-plugins:
38
- env:
39
- WRUN_ARGS_FILE: .lefthook/wrun-args-dprint.txt
40
- run: wrun -- config update
41
shellcheck:
42
run: wrun generate shellcheck >.lefthook/wrun-args-shellcheck.txt
43
shfmt:
0 commit comments