Skip to content

Commit 16a3cca

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a817ed2 commit 16a3cca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.rumdl.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
[global]
88
disable = [
9-
# Avoid length limit checks
10-
"line-length",
119
# We do not enforce heading
12-
"first-line-heading"
10+
"first-line-heading",
11+
# Avoid length limit checks
12+
"line-length"
1313
]
1414

1515
[per-file-ignores]

0 commit comments

Comments
 (0)