Skip to content

Commit 8844596

Browse files
committed
fix: increase pom.xml max line length to 210
The `<project xmlns=...>` declaration on line 2 of every pom.xml is 204 characters. The maven release-type in release-please touches all pom files, triggering the editorconfig line-length check. Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 6b82177 commit 8844596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ max_line_length = 200
1111
max_line_length = 300
1212

1313
[pom.xml]
14-
max_line_length = 120
14+
max_line_length = 210
1515

1616
[*.py]
1717
# checked by black

0 commit comments

Comments
 (0)