Skip to content

Commit

Permalink
Disable "line-too-long" warnings in suite.pys.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 8, 2024
1 parent 36c6d5c commit 4157780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@
"TRUFFLE_API",
"TRUFFLE_COMPILER",
],
"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.",
"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
"useModulePath": True,
"maven": {
"artifactId": "truffle-runtime",
Expand Down
2 changes: 1 addition & 1 deletion wasm/mx.wasm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"truffle:TRUFFLE_API",
"sdk:POLYGLOT",
],
"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.",
"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
"allowsJavadocWarnings": True,
"license" : "UPL",
"maven" : {
Expand Down

0 comments on commit 4157780

Please sign in to comment.