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 1c771da commit 29b0e71Copy full SHA for 29b0e71
2 files changed
.pre-commit-config.yaml
@@ -88,7 +88,7 @@ repos:
88
- id: shfmt
89
args: [--write]
90
- repo: https://github.com/rvben/rumdl-pre-commit
91
- rev: v0.1.62
+ rev: v0.1.76
92
hooks:
93
- id: rumdl
94
- id: rumdl-fmt
.rumdl.toml
@@ -6,10 +6,10 @@
6
7
[global]
8
disable = [
9
- # Avoid length limit checks
10
- "line-length",
11
# We do not enforce heading
12
- "first-line-heading"
+ "first-line-heading",
+ # Avoid length limit checks
+ "line-length"
13
]
14
15
[per-file-ignores]
0 commit comments