Skip to content

Commit d1d6ef5

Browse files
committed
Disable "line-too-long" warnings in suite.pys.
1 parent 6a5accd commit d1d6ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

truffle/mx.truffle/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@
16561656
"TRUFFLE_API",
16571657
"TRUFFLE_COMPILER",
16581658
],
1659-
"description" : "The community edition of the Truffle runtime for Graal Languages. It is not recommended to depend on this artifact directly. Instead, use a POM dependency of one or more Graal Languages (for example `org.graalvm.polyglot:js-community`) to ensure all dependencies are pulled in correctly.",
1659+
"description" : "The community edition of the Truffle runtime for Graal Languages. It is not recommended to depend on this artifact directly. Instead, use a POM dependency of one or more Graal Languages (for example `org.graalvm.polyglot:js-community`) to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long
16601660
"useModulePath": True,
16611661
"maven": {
16621662
"artifactId": "truffle-runtime",

wasm/mx.wasm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"truffle:TRUFFLE_API",
250250
"sdk:POLYGLOT",
251251
],
252-
"description" : "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This artifact includes the core language runtime. It is not recommended to depend on the artifact directly. Instead, use `org.graalvm.polyglot:wasm` or `org.graalvm.polyglot:wasm-community` to ensure all dependencies are pulled in correctly.",
252+
"description" : "GraalWasm, a high-performance embeddable WebAssembly runtime for Java. This artifact includes the core language runtime. It is not recommended to depend on the artifact directly. Instead, use `org.graalvm.polyglot:wasm` or `org.graalvm.polyglot:wasm-community` to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long
253253
"allowsJavadocWarnings": True,
254254
"license" : "UPL",
255255
"maven" : {

0 commit comments

Comments
 (0)