Skip to content

Commit 4157780

Browse files
committed
Disable "line-too-long" warnings in suite.pys.
1 parent 36c6d5c commit 4157780

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
@@ -1646,7 +1646,7 @@
16461646
"TRUFFLE_API",
16471647
"TRUFFLE_COMPILER",
16481648
],
1649-
"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.",
1649+
"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
16501650
"useModulePath": True,
16511651
"maven": {
16521652
"artifactId": "truffle-runtime",

wasm/mx.wasm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"truffle:TRUFFLE_API",
251251
"sdk:POLYGLOT",
252252
],
253-
"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.",
253+
"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
254254
"allowsJavadocWarnings": True,
255255
"license" : "UPL",
256256
"maven" : {

0 commit comments

Comments
 (0)