Skip to content

Commit 46ed1b7

Browse files
authored
Establish checkmake config with overriding maxBodyLength
Checkmake v0.3.x set the body length limit to _5_, which is lower than some of the existing bodies. checkmake/checkmake#187 proposes to make maxbodylength an info-level thing that doesn't fail checks, but it's not been agreed to or implemented yet. This will fix the pre-commit autoupdater, too, which failed last week and today: https://github.com/target/make-python-devex/actions/runs/22678115921/job/65740479824#step:4:116
1 parent e3afccf commit 46ed1b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checkmake.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[maxbodylength]
2+
maxBodyLength = 10

0 commit comments

Comments
 (0)